Skip to content

Commit 8ea2b94

Browse files
committed
Try to force use of auth token with .npmrc
1 parent c207257 commit 8ea2b94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "README.md"
1010
- "package.json"
1111
- "tsconfig.json"
12+
- ".npmrc"
1213
jobs:
1314
build:
1415
runs-on: ubuntu-latest

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

0 commit comments

Comments
 (0)