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: