Skip to content

Commit

Permalink
chore: fix gh token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 22, 2024
1 parent fffda3d commit 23457e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,14 @@ jobs:
path: website/docs/.vitepress/dist

deploy-docs:
permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

needs: build-docs
runs-on: ubuntu-latest
name: Deploy docs
Expand Down

0 comments on commit 23457e4

Please sign in to comment.