Skip to content

Commit 18e588f

Browse files
authored
Add contents: write permission to release workflow (#403)
The release workflow is failing without this permission, because it needs to upload files to the associated GitHub release.
1 parent 72c09d1 commit 18e588f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: release
1212
permissions:
13+
contents: write
1314
id-token: write
1415
steps:
1516
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)