Skip to content

Commit 8c73d08

Browse files
fix: add content write permission (#408)
1 parent c3be238 commit 8c73d08

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on:
33
push:
44
branches:
55
- develop
6-
workflow_dispatch:
7-
8-
permissions:
9-
contents: read
106

117
jobs:
128
semantic-version:
@@ -43,5 +39,7 @@ jobs:
4339
release:
4440
needs: semantic-version
4541
uses: ./.github/workflows/release.yml
42+
permissions:
43+
contents: write
4644
with:
4745
tag: ${{ needs.semantic-version.outputs.tag }}

0 commit comments

Comments
 (0)