Skip to content

Commit

Permalink
Review NPM auth
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled committed Feb 21, 2024
1 parent 0cb87c5 commit 67b0061
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 }}
token: ${{ secrets.NPM_TOKEN }}
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 67b0061

Please sign in to comment.