peaceiris / actions-gh-pages

GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
https://github.com/marketplace/actions/github-pages-action
MIT License
4.65k stars 368 forks source link

Added permissions clause to README #1076

Closed TBSten closed 5 months ago

TBSten commented 5 months ago

When I attempt to implement a workflow according to the README, I encounter an error indicating insufficient permissions. (Example: https://github.com/TBSten/camerax-compose/actions/runs/8171558589/job/22340175493)

In this PR, the README has been updated to include a section on permissions.

peaceiris commented 5 months ago

Thanks, but the jobs already have permissions. ;-)

https://github.com/peaceiris/actions-gh-pages/blob/a16b61f0780be556cf97931905d261429ee79342/README.md?plain=1#L155-L156

TBSten commented 5 months ago

Thanks, but the jobs already have permissions. ;-)

https://github.com/peaceiris/actions-gh-pages/blob/a16b61f0780be556cf97931905d261429ee79342/README.md?plain=1#L155-L156

sorry ... I guess I was wrong, so I'm closing this PR.