Skip to content

Commit 79a2bc0

Browse files
committed
Actions: Add permissions for "deploy" job
1 parent a6be226 commit 79a2bc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
environment:
7171
name: github-pages
7272
url: ${{ steps.deployment.outputs.page_url }}
73+
permissions:
74+
contents: write
75+
pages: write
76+
id-token: write
7377
runs-on: ubuntu-latest
7478
steps:
7579
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)