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
Our project has recently switched to use a GitHub app token for all of our GitHub actions that cross multiple repositories. However, the /user endpoint does not work for GH app tokens:
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github/api.rb:384:in `raise_error': GitHub API Error: Resource not accessible by integration (GitHub::API::AuthenticationFailedError)
HOMEBREW_GITHUB_API_TOKEN may be invalid or expired; check:
https://github.com/settings/tokens
from /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github/api.rb:285:in `open_rest'
from /home/runner/work/_actions/dawidd6/action-homebrew-bump-formula/v3/main.rb:61:in `<module:Homebrew>'
from /home/runner/work/_actions/dawidd6/action-homebrew-bump-formula/v3/main.rb:17:in `<main>'
The text was updated successfully, but these errors were encountered:
Our project has recently switched to use a GitHub app token for all of our GitHub actions that cross multiple repositories. However, the
/user
endpoint does not work for GH app tokens:action-homebrew-bump-formula/main.rb
Line 61 in df6d545
The action will always fail with:
The text was updated successfully, but these errors were encountered: