Skip to content

Commit 06207fa

Browse files
committed
Fix CI permissions
1 parent eaca201 commit 06207fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
path: ./.vitepress/dist
2424
deploy:
2525
if: github.ref_name == github.event.repository.default_branch
26+
permissions:
27+
pages: write
28+
id-token: write
2629
environment:
2730
name: github-pages
2831
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)