Skip to content

Commit 161070e

Browse files
committed
Fix release workflow permissions
1 parent ffbb02c commit 161070e

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
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
env:
1416
GH_TOKEN: ${{ github.token }}
1517

0 commit comments

Comments
 (0)