Skip to content

Commit 150bc67

Browse files
committed
fix variable
1 parent 6274c3b commit 150bc67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
node-version: 16
1212
- run: npm install
13-
- run: export GHKEY=$GHKEY; npm test
13+
- run: export GHKEY=${{ secrets.GHKEY }}; npm test
1414
- uses: JS-DevTools/npm-publish@v1
1515
with:
1616
token: ${{ secrets.NPM_TOKEN }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
with:
1111
node-version: 16
1212
- run: npm install
13-
- run: export GHKEY=$GHKEY; npm test
13+
- run: export GHKEY=${{ secrets.GHKEY }}; npm test

0 commit comments

Comments
 (0)