Skip to content

Commit f50b52a

Browse files
authored
Merge pull request #3 from isnandar1471/feature/initial-release
fix(workflow): Fix error access not granted when creating git tag
2 parents b129c99 + 118e9fd commit f50b52a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types:
88
- completed
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
release:
1215
if: ${{ github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)