Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork398
-
Describe the bugWorkflowname:Update Sponsorson:workflow_dispatch:schedule: -cron:30 15 * * *jobs:deploy:runs-on:ubuntu-lateststeps: -name:Checkout 🛎️uses:actions/checkout@v2with:lfs:true -name:Generate Sponsors 💖uses:JamesIves/github-sponsors-readme-action@v1with:token:${{ secrets.PAT }}file:'README.md'template:<a href="https://github.com/{{{ login }}}"><img src="https://images.weserv.nl/?url=https://github.com/{{{ login }}}.png?v=4&mask=circle" width="60px" alt="{{{ name }}}" /></a> -name:Deploy 🚀uses:JamesIves/github-pages-deploy-action@v4with:commit-message:Update Sponsors in README.mdbranch:masterfolder:'.' Additional Comments |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 4 comments 1 reply
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
You have a protected branch rule: You'd need to provide a personal access token from your user account with permissions to override that rule for that to work. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I added all permissions and nothing changed |
BetaWas this translation helpful?Give feedback.
All reactions
-
I would suggest removing the branch protection rule for pull requests in that case unless you absolutely need it. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I have no branch protection rule but still get this error:https://github.com/zoj613/zarr-ml/actions/runs/9733172805/job/26859749656?pr=3 Any workarounds? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Looks like you need to add the appropriate permissions to the workflow: permissions:contents:write |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #1527 on March 23, 2024 16:06.
