Skip to content

Commit 65d5bf9

Browse files
committed
Add write permissions to documentation deploy job
1 parent 80b1732 commit 65d5bf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
deploy:
2020
if: github.ref == 'refs/heads/master'
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: read
24+
pages: write
25+
id-token: write
2226
environment:
2327
name: github-pages
2428
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)