Run brew bump-formula-pr
with GitHub App Token
#5129
Replies: 2 comments 2 replies
-
I need this too. I have also tested it not to work. It is best practice not to use the Personal Access Tokens, as they are getting deprecated in favor of fine-grained tokens and GitHub Apps. EDIT: Poor choice of wording here. Classic tokens are not deprecated, but GitHub is pushing towards using fine-grained tokens over classic tokens. |
Beta Was this translation helpful? Give feedback.
-
FYI, this is an outstanding issue at dawidd6/action-homebrew-bump-formula#66, so anyone who has any concrete ideas should probably help close that issue, and thereby direct benefit all users of the above mentioned action. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of issue
I use
brew bump-formula-pr
to keep formulae up-to-date via dawidd6/action-homebrew-bump-formula.I used PAT with
public_repo
permission, and it worked. I wanted to use GitHub App Token to change the PR opener to a bot. However, it doesn't work with this error even when I added any permissions.Do you have any ideas to solve this, or it's impossible to use GitHub App Token?
Related: #4514
https://github.com/5ouma/homebrew-formula/actions/runs/7895707445/job/21548603535
Beta Was this translation helpful? Give feedback.
All reactions