Skip to content

Commit 0cb2d33

Browse files
committed
Work-around for github actions INPUT_TOKEN error
JS-DevTools/npm-publish#15
1 parent b4d7449 commit 0cb2d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
token: ${{ secrets.NPM_TOKEN }}
2727
- run: npm run test:acceptance:production
28+
env:
29+
INPUT_TOKEN: ''
2830
- name: Upload Artifacts
2931
uses: actions/upload-artifact@v2
3032
with:

0 commit comments

Comments
 (0)