Skip to content

Commit 376eea5

Browse files
committed
fix: deployment
1 parent 60559ca commit 376eea5

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
@@ -91,6 +91,9 @@ jobs:
9191

9292
# Deployment job
9393
deploy:
94+
permissions:
95+
pages: write # to deploy to Pages
96+
id-token: write # to verify the deployment originates from an appropriate source
9497
environment:
9598
name: github-pages
9699
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)