We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6a6be commit 6c7fe1aCopy full SHA for 6c7fe1a
1 file changed
.github/workflows/stage-1-commit.yaml
@@ -1,8 +1,9 @@
1
name: "Commit stage"
2
3
permissions:
4
- contents: read
5
-
+ contents: write
+ id-token: write
6
+ packages: read
7
on:
8
workflow_call:
9
inputs:
@@ -52,8 +53,8 @@ jobs:
52
53
- name: Setup NodeJS
54
uses: actions/setup-node@v4
55
with:
- node-version: ${{ inputs.nodejs_version }}
56
- registry-url: 'https://npm.pkg.github.com'
+ node-version: 22.15.0
57
+ registry-url: "https://npm.pkg.github.com"
58
- name: "Install dependencies"
59
env:
60
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments