Skip to content

Commit

Permalink
release action need contents write permission, to commit docsite into…
Browse files Browse the repository at this point in the history
… git
  • Loading branch information
jameslan committed Sep 16, 2024
1 parent 05fc8aa commit 75a36ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
doc:
permissions:
contents: write
uses: ./.github/workflows/docs.yml
with:
version: ${{ inputs.version }}
Expand Down

0 comments on commit 75a36ea

Please sign in to comment.