CICD_PUBLISH_TOKEN
This commit is contained in:
parent
e1c62e1443
commit
e1cb5bebc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user