We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d7449 commit 0cb2d33Copy full SHA for 0cb2d33
.github/workflows/test-and-publish.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
token: ${{ secrets.NPM_TOKEN }}
27
- run: npm run test:acceptance:production
28
+ env:
29
+ INPUT_TOKEN: ''
30
- name: Upload Artifacts
31
uses: actions/upload-artifact@v2
32
0 commit comments