From 0cb2d3357558fe18fe9eece25b36510800481c06 Mon Sep 17 00:00:00 2001 From: Alexander Bird Date: Sun, 8 Nov 2020 14:49:01 -0800 Subject: [PATCH] Work-around for github actions INPUT_TOKEN error https://github.com/JS-DevTools/npm-publish/issues/15 --- .github/workflows/test-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 039136b..4712321 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -25,6 +25,8 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} - run: npm run test:acceptance:production + env: + INPUT_TOKEN: '' - name: Upload Artifacts uses: actions/upload-artifact@v2 with: