CICD_REPO_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 1m24s

This commit is contained in:
Thomas E Lackey 2023-11-21 17:18:43 -06:00
parent ce78261daa
commit e1c62e1443

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.GITEA_PUBLISH_TOKEN }}"
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_REPO_TOKEN }}"
- name: npm whoami
run: |
npm whoami