You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
I want to use ghi in a cron job to open a new issue when certain errors are detected.
I am not running ghi inside any local Git repos. I have set GITHUB_USER, GHI_TOKEN and GHI_REPO environment variables.
I can list issues from my repository with ghi list, but when I try to modify an issue, ghi fails with the message:
~/bin/ghi:1142:in `authorize!': undefined method `repo' for GHI:Module (NoMethodError)
from ~/bin/ghi:111:in `rescue in execute'
from ~/bin/ghi:26:in `execute'
from ~/bin/ghi:3157:in `<main>'
The text was updated successfully, but these errors were encountered:
I want to use
ghi
in a cron job to open a new issue when certain errors are detected.I am not running
ghi
inside any local Git repos. I have setGITHUB_USER
,GHI_TOKEN
andGHI_REPO
environment variables.I can list issues from my repository with
ghi list
, but when I try to modify an issue,ghi
fails with the message:The text was updated successfully, but these errors were encountered: