We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8702833 commit ba84e07Copy full SHA for ba84e07
1 file changed
.github/workflows/__call-update-npm.yml
@@ -33,6 +33,14 @@ jobs:
33
- name: Checkout
34
uses: actions/checkout@v6
35
36
+ - name: Setup token
37
+ env:
38
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ run: |
40
+ if [[ "${{ matrix.environment }}" == "npm-gpr" ]]; then
41
+ echo "NODE_AUTH_TOKEN=${GH_TOKEN}" >> "${GITHUB_ENV}"
42
+ fi
43
+
44
- name: Setup node
45
uses: actions/setup-node@v6
46
with:
0 commit comments