Remove NPM_AUTH_TOKEN

This commit is contained in:
Lane Seppala
2022-06-28 11:40:22 -06:00
parent 0281eb47c2
commit e888a83630

View File

@@ -20,18 +20,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Install NPM dependencies
run: npm ci --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Build and run tests
run: npm rebuild && npm run all
- name: Verify no uncommitted files
run: '[ -z "$(git status --porcelain=v1 2>/dev/null)" ]'
shell: bash
shell: bash