We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c46db1 commit b18bcb7Copy full SHA for b18bcb7
1 file changed
.github/workflows/test.yml
@@ -17,13 +17,6 @@ jobs:
17
with:
18
node-version: 20.11
19
cache: 'npm'
20
- # allow packages inside this repo to consume from our private npm registry
21
- - name: Authenticate against NPM
22
- run: |
23
- npm config set //npm.pkg.github.com/:_authToken=$GH_TOKEN
24
- npm config list
25
- env:
26
- GH_TOKEN: ${{ secrets.GH_TOKEN_PKG_REGISTRY_READ }}
27
- name: Install dependencies
28
run: npm ci
29
- name: Build
@@ -32,6 +25,6 @@ jobs:
32
uses: ./
33
34
skipOnCommitMsg: "sample"
35
- ghToken: ${{ secrets.GH_TOKEN_3 }}
+ ghToken: ${{secrects.GH_TOKEN_3}}
36
- name: Some Job
37
30
run: echo "sample"
0 commit comments