Skip to content

Commit

Permalink
Review NPM auth (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled authored Feb 21, 2024
1 parent 7a100c3 commit 4e329be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@ jobs:
with:
node-version: 'current'
registry-url: ${{ secrets.NPM_REGISTRY }}
always-auth: 'true'
- name: npm install
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build Typescript
run: npm run build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Unit tests
run: npm run test
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: buildkite/plugin-linter
run: make linter
- name: buildkite/plugin-tester
Expand Down

0 comments on commit 4e329be

Please sign in to comment.