Skip to content

Commit b18bcb7

Browse files
committed
chore: revert changes in ghToken
1 parent 7c46db1 commit b18bcb7

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
with:
1818
node-version: 20.11
1919
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 }}
2720
- name: Install dependencies
2821
run: npm ci
2922
- name: Build
@@ -32,6 +25,6 @@ jobs:
3225
uses: ./
3326
with:
3427
skipOnCommitMsg: "sample"
35-
ghToken: ${{ secrets.GH_TOKEN_3 }}
28+
ghToken: ${{secrects.GH_TOKEN_3}}
3629
- name: Some Job
3730
run: echo "sample"

0 commit comments

Comments
 (0)