Skip to content

Commit 8f820b3

Browse files
committed
chore(CI): fix wf
1 parent cb325b3 commit 8f820b3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/changeset.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ jobs:
3131

3232
- name: Use Node.js
3333
uses: ./.github/actions/setup-node
34-
34+
3535
- name: Install Dependencies
3636
run: yarn --frozen-lockfile
37+
env:
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3739

3840
- name: Create Release Pull Request or Publish to npm
3941
id: changesets

.github/workflows/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Upgrade dependencies
2929
run: |
30+
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
3031
yarn --frozen-lockfile --ignore-scripts
3132
yarn talend-upgrade-deps --ignore-scripts
3233
yarn talend-upgrade-deps --scope=@talend --latest --ignore-scripts

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 20.9.0
1+
nodejs 20.19.0
22
yarn 1.22.22

0 commit comments

Comments
 (0)