Skip to content

Commit 15f7c0f

Browse files
committed
revert GH_TOKEN change
1 parent 2e86084 commit 15f7c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@fails-components:registry=https://npm.pkg.github.com
22
registry=https://registry.npmjs.org
3-
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
3+
//npm.pkg.github.com/:_authToken=${GH_TOKEN}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:14
22

33
ARG ENV
4-
ARG GITHUB_TOKEN
4+
ARG GH_TOKEN
55

66
WORKDIR /usr/src/notepadhandler
77

0 commit comments

Comments
 (0)