Not working for organization repositories using built in login flow, HttpError: Not Found
northtree opened this issue · 3 comments
northtree commented
✗ actions-cli login
login at http://localhost:61580
Token Saved
Run actions-cli
to see the actions status for the current commit
✗ actions-cli
ℹ getting last commit sha
⠼ fetching state for sha 'b91e1fd'
HttpError: Not Found
remorses commented
Do you have a repo to reproduce the error?
northtree commented
It works on public repo, but returns HttpError for organization repos.
remorses commented
You can try use your own token with actions-cli login --token
and use a token with read:org
permissions
The token you get on localhost only has repo
permissions