Skip to content

Commit f22b7c5

Browse files
committed
fix: deploy permissions
1 parent e49b104 commit f22b7c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
path: dist/
3838

3939
deploy:
40+
permissions:
41+
contents: read
42+
pages: write
43+
id-token: write
44+
4045
environment:
4146
name: github-pages
4247
url: ${{steps.deployment.outputs.page_url}}

0 commit comments

Comments
 (0)