Skip to content

Commit 57a6c6d

Browse files
committed
Add permissions for GitHub Pages deployment in workflow
1 parent 30016c0 commit 57a6c6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
pages: write
13+
id-token: write
1114

1215
steps:
1316
- name: Checkout code

0 commit comments

Comments
 (0)