From 91df7a4e4997e4791d2f1989ae9d184baa265873 Mon Sep 17 00:00:00 2001 From: Shahzaib Khalid Date: Tue, 16 Jul 2024 06:04:35 -0400 Subject: [PATCH] update ci check --- .github/workflows/tds-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tds-workflow.yml b/.github/workflows/tds-workflow.yml index e2398d7b9..7b8ad6322 100644 --- a/.github/workflows/tds-workflow.yml +++ b/.github/workflows/tds-workflow.yml @@ -346,7 +346,9 @@ jobs: git fetch origin --tags - name: Setup .npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ~/.npmrc + run: | + npm set @telus:registry=https://npm.pkg.github.com/telus + npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" - name: Setup Node uses: actions/setup-node@v1