Skip to content

Commit 6be709c

Browse files
chore: pass NPM_TOKEN secret properly (PROVCON-4961) (#2885)
* chore: use node 18.20.4 for cypress (PROVCON-4961) * chore: use node 18.20.3 for cypress (PROVCON-4961) * chore: test the pipeline on pull request (PROVCON-4961) * chore: use openssl legacy provider, copy cypress config (PROVCON-4961) * chore: add stoplight scripts as they are needed to run e2e tests (PROVCON-4961) * chore: adjust uploaded artifact names (PROVCON-4961) * chore: remove pull request trigger (PROVCON-4961) * chore: configure git safe directory (PROVCON-4961) * chore: pass NPM_TOKEN secret properly (PROVCON-4961)
1 parent 54cb992 commit 6be709c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ jobs:
171171
- name: Install Dependencies
172172
run: yarn --frozen-lockfile
173173
- name: Set NPM Token
174-
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
174+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
175175
- name: Run Release Script
176176
run: yarn release

0 commit comments

Comments
 (0)