Skip to content

Commit 04cc35c

Browse files
authored
Merge pull request #87 from agneym/chore/write-permissions-github
Write github permission to add tags and releases
2 parents 9a81198 + 85d6840 commit 04cc35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
contents: write
1111

1212
concurrency: ${{ github.workflow }}-${{ github.ref }}
1313

0 commit comments

Comments
 (0)