Skip to content

Commit 780aa0c

Browse files
committed
fix: update GitHub Actions permissions for release creation
1 parent 52f36e1 commit 780aa0c

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
@@ -30,7 +30,7 @@ jobs:
3030
needs: test # Only run this job if the test job succeeds
3131
runs-on: ubuntu-latest
3232
permissions:
33-
contents: read
33+
contents: write
3434
id-token: write # Needed for provenance data
3535

3636
steps:

0 commit comments

Comments
 (0)