Skip to content

Commit

Permalink
added write permissions for the docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Chan committed Feb 6, 2024
1 parent 9018420 commit 03f562e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
needs: check
if: needs.check.outputs.not-in-pr
uses: ./.github/workflows/_docs.yml
permissions:
contents: write

release:
if: github.ref_type == 'tag'
Expand Down

0 comments on commit 03f562e

Please sign in to comment.