Skip to content

Commit 75a36ea

Browse files
committed
release action need contents write permission, to commit docsite into git
1 parent 05fc8aa commit 75a36ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
doc:
44+
permissions:
45+
contents: write
4446
uses: ./.github/workflows/docs.yml
4547
with:
4648
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)