Skip to content

Commit ea3eb5b

Browse files
committed
allow writing to the git repo in release.yml
1 parent e71f556 commit ea3eb5b

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
@@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
1111
id-token: write
12-
contents: read
12+
contents: write
1313

1414
jobs:
1515
release:

0 commit comments

Comments
 (0)