From eefa0419cdc2a094944896fa3e554b432f19bcce Mon Sep 17 00:00:00 2001 From: Chris Preston Date: Tue, 10 Dec 2024 15:03:29 -0800 Subject: [PATCH] Remove npmrc credentials --- .github/workflows/client-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index eb12b49e3..8f0350136 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -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: @@ -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