Drone CI (attempted fix #3, secret usage)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Miel Truyen 2023-04-19 00:57:11 +02:00
parent fdc0a6d866
commit 6d8f0eb256

View File

@ -15,7 +15,7 @@ steps:
commands: commands:
- npm install -g pnpm - npm install -g pnpm
- apk add --no-cache jq - apk add --no-cache jq
- echo -e "//https://npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc - echo -e "\n//npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- cat ~/.npmrc - cat ~/.npmrc
- npm profile get name --registry https://npm.cerxes.net - npm profile get name --registry https://npm.cerxes.net
- pnpm install - pnpm install