Skip to content

Commit

Permalink
ci: fix GH token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Feb 22, 2024
1 parent c7e58f5 commit d0329aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
docs:
name: Docs
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write

steps:
- name: Check out code
Expand Down

0 comments on commit d0329aa

Please sign in to comment.