Skip to content

Commit d071721

Browse files
committed
ci(publish-libraries): set NODE_AUTH_TOKEN as workaround
1 parent a214c2c commit d071721

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish-libraries.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,8 @@ jobs:
208208
id-token: write
209209

210210
steps:
211-
- name: Check out ${{ github.repository }}
212-
uses: actions/checkout@v4
213-
214211
- name: Setup Node.js
215-
uses: actions/setup-node@v4
212+
uses: actions/setup-node@v5
216213
with:
217214
node-version: '24'
218215
registry-url: 'https://registry.npmjs.org'
@@ -258,6 +255,8 @@ jobs:
258255
rm -rf "$tmp_dir"
259256
done
260257
shell: bash
258+
env:
259+
NODE_AUTH_TOKEN: '' # workaround for https://github.com/actions/setup-node/issues/1440
261260

262261
- name: Update Artifactory Cache
263262
run: gh workflow run update-artifactory-cache.yml --repo Devolutions/scheduled-tasks --field package_name="gateway-client"

0 commit comments

Comments
 (0)