Update var used for fetching secrets

This commit is contained in:
Andrei Jiroh Halili 2022-04-21 14:55:28 +00:00
parent ac03bad8ae
commit 30bff725c1
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ default:
- echo WORKSPACE_PATH$PWD | tee ~/.librc >> /dev/null
- echo CREATED_AT=1650520343 | tee -a ~/.librc >> /dev/null
- echo $STDLIBRC | base64 -d | tee -a ~/.librc >> /dev/null
- wget "$ENV_JSON_FILE?token=$CI_JOB_TOKEN" -O ./env.json
- wget "$ENV_JSON_FILE?token=$SNIPPET_BYPASS_TOKEN" -O ./env.json
- npm i