Skip to content

Commit 11a8592

Browse files
committed
chore: fix gh token permission
1 parent b3cb614 commit 11a8592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,14 @@ jobs:
139139
path: website/docs/.vitepress/dist
140140

141141
deploy-docs:
142+
permissions:
143+
pages: write
144+
id-token: write
145+
142146
environment:
143147
name: github-pages
144148
url: ${{ steps.deployment.outputs.page_url }}
149+
145150
needs: build-docs
146151
runs-on: ubuntu-latest
147152
name: Deploy docs

0 commit comments

Comments
 (0)