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