Skip to content

Commit

Permalink
Merge pull request #156 from JupiterOne/SRE-1543
Browse files Browse the repository at this point in the history
SRE-1543 replace usage of NODE_AUTH_TOKEN
  • Loading branch information
ethan-steinman-j1 authored Dec 19, 2023
2 parents 7fe81b6 + bbfd101 commit 9b632b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_deployment_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
use_dev: true
npm-install: ${{ inputs.use-npm }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# Some validations require terraform
- if: ${{ inputs.setup-terraform }}
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 9b632b2

Please sign in to comment.