Skip to content

Commit c437c90

Browse files
authored
add perms
1 parent 709d49f commit c437c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
publish-github-pages:
11+
permissions:
12+
contents: read
13+
id-token: write
14+
pages: write
15+
deployments: write
1116
environment:
1217
name: github-pages
1318
url: ${{ steps.deploy-pages.outputs.page_url }}

0 commit comments

Comments
 (0)