CICD_PUBLISH_TOKEN
Some checks failed
Tests / sdk_tests (pull_request) Has been cancelled
Publish npm package to gitea / npm_publish (18.x) (pull_request) Failing after 59s

This commit is contained in:
Thomas E Lackey 2023-11-21 17:24:04 -06:00
parent e1c62e1443
commit e1cb5bebc9

View File

@ -36,7 +36,7 @@ jobs:
npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/
- name: Authenticate to git.vdb.to registry
run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_REPO_TOKEN }}"
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
- name: npm whoami
run: |
npm whoami