fix(werf-deploy): pass NPM_TOKEN into Docker build-args #24
Reference in New Issue
Block a user
Delete Branch "fix/werf-deploy-npm-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Reusable workflow callers set
env: WERF_BUILD_ARG_NPM_TOKEN/secrets.NPM_TOKEN, but those never reachedwerf converge(secret not declared; env onuses:job is not inherited).Fix
NPM_TOKENsecret…/NPM_TOKENatvault_secrets_base_pathNPM_TOKEN+WERF_BUILD_ARG_NPM_TOKENbefore convergeNeeded for nocoda Docker builds that install
@activepieces/*from Nexus.