Skip to content

Commit

Permalink
chore: adds additional permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Nov 27, 2024
1 parent 5540c1e commit 6707588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
build:
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -39,6 +41,10 @@ jobs:
with:
path: docs-build/
deploy:
permissions:
contents: write
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 6707588

Please sign in to comment.