Skip to content

Commit

Permalink
update ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Jul 16, 2024
1 parent 019f435 commit 96570ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tds-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96570ed

Please sign in to comment.