Skip to content

Commit 8bf16da

Browse files
authored
Give GITHUB_TOKEN release permissions (#562)
1 parent bd06b99 commit 8bf16da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
createPrerelease:
77
name: Create Release
88
runs-on: ubuntu-latest
9+
permissions:
10+
# Release creation
11+
contents: write
912
steps:
1013
- uses: actions/checkout@v2
1114
- uses: actions/cache@v1

0 commit comments

Comments
 (0)