Skip to content

Commit

Permalink
Add write permission to docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 8, 2024
1 parent 4850e13 commit 2b8f853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

permissions:
contents: read
pages: write
id-token: write

env:
PYTHON_VERSION: '3.11'
PRECOMMIT_VERSION: '3.7.1'
Expand Down

0 comments on commit 2b8f853

Please sign in to comment.