1 parent 3be84a0 commit 6a12b91Copy full SHA for 6a12b91
1 file changed
.github/workflows/publish.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
# Skip if this is a version bump commit from the bot
14
if: "!contains(github.event.head_commit.message, 'chore: release v')"
15
0 commit comments