We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd7b817 + 91e5a38 commit 04539b6Copy full SHA for 04539b6
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
- main
8
tags:
9
- '*'
10
+permissions:
11
+ contents: read
12
env:
13
FORCE_COLOR: 1
14
jobs:
@@ -54,6 +56,8 @@ jobs:
54
56
run: yarn lint
55
57
58
build:
59
+ permissions:
60
+ contents: write
61
needs: [verify-version, lint]
62
runs-on: ${{ matrix.os }}
63
strategy:
@@ -166,6 +170,8 @@ jobs:
166
170
if: matrix.node == 24 && startsWith(github.ref, 'refs/tags/')
167
171
168
172
build-musl:
173
174
169
175
needs: [verify-version]
176
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
177
0 commit comments