Skip to content

Commit 97a3279

Browse files
committed
add token permissions to workflow
1 parent aa9672b commit 97a3279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binary.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
release:
1010
name: Build & Release ${{ matrix.target }}
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
strategy:
1315
fail-fast: false
1416
matrix:

0 commit comments

Comments
 (0)