We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbc477 commit 7a13da0Copy full SHA for 7a13da0
1 file changed
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
build:
12
name: ${{ matrix.kind }} ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
+ permissions:
15
+ contents: write
16
strategy:
17
matrix:
18
os:
0 commit comments