Skip to content

Commit 8344327

Browse files
authored
fix: don't forget permissions (#232)
Signed-off-by: Adrien Mannocci <[email protected]>
1 parent 5f3beb5 commit 8344327

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
needs:
9191
- release
9292
uses: ./.github/workflows/pre-post-release.yml
93+
permissions:
94+
contents: write
9395
if: inputs.dry_run == false
9496
with:
9597
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)