Skip to content

Commit 2cc3c68

Browse files
committed
chore: rename gh-token name
1 parent 494ce37 commit 2cc3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm config set //npm.pkg.github.com/:_authToken=$GH_TOKEN
2424
npm config list
2525
env:
26-
githubToken: ${{ secrets.GH_TOKEN_PKG_REGISTRY_READ }}
26+
GH_TOKEN: ${{ secrets.GH_TOKEN_PKG_REGISTRY_READ }}
2727
- name: Install dependencies
2828
run: npm ci
2929
- name: Build

0 commit comments

Comments
 (0)