Skip to content

Commit e9d0353

Browse files
committed
fix(automation): contents write permission
1 parent 6f00c52 commit e9d0353

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
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
id-token: write # Required for OIDC
13-
contents: read
13+
contents: write
1414

1515
concurrency: ${{ github.workflow }}-${{ github.ref }}
1616

0 commit comments

Comments
 (0)