Skip to content

Commit cd2024f

Browse files
committed
Fix permission issue
1 parent 59739b7 commit cd2024f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docs-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939

4040
# Deployment job
4141
deploy:
42+
permissions:
43+
contents: read
44+
pages: write
45+
id-token: write
4246
environment:
4347
name: github-pages
4448
url: ${{steps.deployment.outputs.page_url}}

0 commit comments

Comments
 (0)