Skip to content

Commit 5250641

Browse files
authored
Fix release workflow permissions (#1178)
1 parent 64321f8 commit 5250641

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
- release-lambda
141141
- release-drafter
142142
runs-on: ubuntu-latest
143+
permissions:
144+
contents: write
143145
steps:
144146
- name: Publish release
145147
env:

0 commit comments

Comments
 (0)