dawidd6 / action-homebrew-bump-formula

:gear: A GitHub Action to easily bump Homebrew formula on new release
MIT License
97 stars 26 forks source link

refusing to allow a Personal Access Token to create or update workflow .github/workflows/autobump.yml without workflow scope #40

Closed spacewander closed 3 years ago

spacewander commented 3 years ago

Thanks for this wonderful action, @dawidd6!

When I tried it, I got an error during pushing the code:

refusing to allow a Personal Access Token to create or update workflow .github/workflows/autobump.yml without workflow scope

After I gave the workflow scope to the Personal Access Token, this action works well for me.

Maybe we should update the doc to mention the new scope?

dawidd6 commented 3 years ago

Sure. Make a PR and we'll see.