We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8001e24 commit 35e6360Copy full SHA for 35e6360
1 file changed
.github/workflows/release.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
build:
12
runs-on: ${{ matrix.os }}
13
+ permissions:
14
+ contents: write
15
strategy:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments