You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We create short-lived NPM tokens for authentication to a private NPM registry, which is then applied to our .npmrc file: //us-central1-npm.pkg.dev/omny-artifacts/omnysec/:_authToken=
When pass in the --secret id=npmrc,src=$GITHUB_WORKSPACE/.npmrc option to the docker build command. This secret is also mounted in the Dockerfile.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Howdy!
We create short-lived NPM tokens for authentication to a private NPM registry, which is then applied to our .npmrc file:
//us-central1-npm.pkg.dev/omny-artifacts/omnysec/:_authToken=When pass in the
--secret id=npmrc,src=$GITHUB_WORKSPACE/.npmrcoption to thedocker buildcommand. This secret is also mounted in the Dockerfile.How can I recreate this behaviour?
I was hoping to do something like this:
But this obviously doesn't work as I'm not too familiar with this action
All reactions