Skip to content

Commit

Permalink
Remove npmrc credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed Dec 10, 2024
1 parent 12db96d commit eefa041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
TG_SRC_PATH: terraform
TFC_PROJECT: ${{ secrets.TFC_PROJECT }}
TARGET_ENV: ${{ inputs.DEFAULT_APPLICATION_ENVIRONMENT }}
NPMRC: ${{ secrets.NPMRC }}

jobs:
build-and-deploy:
Expand Down Expand Up @@ -55,6 +54,9 @@ jobs:
with:
node-version: '20'

- name: Clear npm credentials
run: rm -fv ~/.npmrc

- name: Install dependencies for Angular project
run: |
cd client/wfprev-war/src/main/angular
Expand Down

0 comments on commit eefa041

Please sign in to comment.