We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e18f16 commit b69d5b3Copy full SHA for b69d5b3
1 file changed
.github/workflows/release.yml
@@ -2,12 +2,17 @@ name: Release
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - 09-17-chore_default_read_permissions
8
9
permissions: {}
10
11
jobs:
12
build-rust:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: read
16
strategy:
17
fail-fast: false
18
matrix:
@@ -121,7 +126,7 @@ jobs:
121
126
sed -i 's/"version": "0.0.0"/"version": "0.0.0-${{ github.sha }}"/' packages/cli/package.json
122
127
123
128
# Setup node correctly for publishing to github registry
124
- - uses: actions/setup-node@v5
129
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
125
130
with:
131
node-version-file: .node-version
132
registry-url: "https://npm.pkg.github.com"
0 commit comments