Skip to content

Commit

Permalink
👷 ci: Checking to see if we only need token
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 11, 2021
1 parent 909aad7 commit cf3a7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
registry-url: https://registry.npmjs.org

- run: npm ci
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down

0 comments on commit cf3a7ab

Please sign in to comment.