Skip to content

Commit 80f5812

Browse files
authored
Add write permissions to release workflow
1 parent f62164d commit 80f5812

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15+
permissions: write-all
16+
1517
jobs:
1618
stable:
1719
permissions:

0 commit comments

Comments
 (0)