Skip to content

Commit

Permalink
feat: [PL-21990]: github workflows registry url update (#6869)
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashmadhwani02 authored Jan 17, 2022
1 parent 1494190 commit 1a39750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up GitHub Package Registry token
run: |
echo @wings-software:registry=https://npm.pkg.github.com > .npmrc
echo @harness:registry=https://npm.pkg.github.com > .npmrc
echo "//npm.pkg.github.com/:_authToken="$GIT_BOT_TOKEN >> .npmrc
echo always-auth=true >> .npmrc
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: '14'
- name: Set up GitHub Package Registry token
run: |
echo @wings-software:registry=https://npm.pkg.github.com > .npmrc
echo @harness:registry=https://npm.pkg.github.com > .npmrc
echo "//npm.pkg.github.com/:_authToken="${{ secrets.GIT_BOT_TOKEN }} >> .npmrc
echo always-auth=true >> .npmrc
- name: Cache node_modules
Expand Down

0 comments on commit 1a39750

Please sign in to comment.