Skip to content

Commit cf95f54

Browse files
committed
chore: fix release permissions
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3193c84 commit cf95f54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ on:
2929
jobs:
3030
release:
3131
name: Release
32-
permissions:
33-
deployments: write-all
32+
permissions: write-all
3433
runs-on: ubuntu-latest
3534
timeout-minutes: 10
3635
steps:

0 commit comments

Comments
 (0)