We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274c3b commit 150bc67Copy full SHA for 150bc67
.github/workflows/push-package.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
node-version: 16
12
- run: npm install
13
- - run: export GHKEY=$GHKEY; npm test
+ - run: export GHKEY=${{ secrets.GHKEY }}; npm test
14
- uses: JS-DevTools/npm-publish@v1
15
16
token: ${{ secrets.NPM_TOKEN }}
.github/workflows/run-tests.yml
@@ -10,4 +10,4 @@ jobs:
0 commit comments