Document the permissions blocks in CI workflows

This commit is contained in:
Denis Kasak
2026-07-14 17:04:25 +02:00
parent 7b2aae1016
commit 7f4c6901ac
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
pages-docs:
name: GitHub Pages
permissions:
contents: write
contents: write # needed to push the built docs to the gh-pages branch
runs-on: ubuntu-latest
needs:
- pre