We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e86084 commit 15f7c0fCopy full SHA for 15f7c0f
.npmrc
@@ -1,3 +1,3 @@
1
@fails-components:registry=https://npm.pkg.github.com
2
registry=https://registry.npmjs.org
3
-//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
+//npm.pkg.github.com/:_authToken=${GH_TOKEN}
Dockerfile
@@ -1,7 +1,7 @@
FROM node:14
ARG ENV
4
-ARG GITHUB_TOKEN
+ARG GH_TOKEN
5
6
WORKDIR /usr/src/notepadhandler
7
0 commit comments