Replies: 4 comments 1 reply
-
I think you either need to extend the permissions of your github token, or you need to manually rebase the branch to make sure it includes the latest workflow changes. |
Beta Was this translation helpful? Give feedback.
-
Same issues here: pavlobu/deskreen. |
Beta Was this translation helpful? Give feedback.
-
See Homebrew/brew/pull/10568, now Homebrew need "gist, public_repo, workflow" permission. |
Beta Was this translation helpful? Give feedback.
-
I got it working, but I'm more confused now than before. I never set the environment variable HOMEBREW_GITHUB_API_TOKEN. Now I did and it's working like a charm. |
Beta Was this translation helpful? Give feedback.
-
I've started contributing some version changes for some casks I'm using a few weeks ago via
brew bump-cask-pr
. Last week I encountered a problem which I don't know how to fix.Every time I use the command, it throws an error at the end:
! [remote rejected] bump-webex-41.2.0.17887 -> bump-webex-41.2.0.17887 (refusing to allow an OAuth App to create or update workflow `.github/workflows/bump-unversioned-casks.yml` without `workflow` scope)
It looks like there's an issue in the mentioned file
bump-unversioned-casks.yml
.Is this a problem with Homebrew or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions