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
bump-formula-action does not work now that we use GH app token for all cross-repository actions:
/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>'
This commit changes the bump-formula-pr action to directly call `brew
bump-formula-pr` for creating a PR to bump a formula.
The previous action didn't work for GitHub Apps as it used a user-only
API for determining the commit name and email. For now, these fields are
hardcoded for the @grafana-alloybot app.
Closes#965
This commit changes the bump-formula-pr action to directly call `brew
bump-formula-pr` for creating a PR to bump a formula.
The previous action didn't work for GitHub Apps as it used a user-only
API for determining the commit name and email. For now, these fields are
hardcoded for the @grafana-alloybot app.
Closes#965
bump-formula-action does not work now that we use GH app token for all cross-repository actions:
This is because the action gets user information via
/user
, which doesn't work with app tokens. See dawidd6/action-homebrew-bump-formula#66The text was updated successfully, but these errors were encountered: