Skip to content

Commit

Permalink
Work-around for github actions INPUT_TOKEN error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbird committed Nov 8, 2020
1 parent b4d7449 commit 0cb2d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cb2d33

Please sign in to comment.