Skip to content

Commit 6a12b91

Browse files
committed
fix: add contents write permission for git push
1 parent 3be84a0 commit 6a12b91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
# Skip if this is a version bump commit from the bot
1214
if: "!contains(github.event.head_commit.message, 'chore: release v')"
1315

0 commit comments

Comments
 (0)