Skip to content

Commit 141ba47

Browse files
fix: Remove redundant npm configuration from canary workflow
- Remove GitHub packages registry override (all @jupiterone/* packages are on npmjs.org) - Remove redundant "Configure npm authentication" step (actions/setup-node handles this) - The setup-node action with registry-url + NODE_AUTH_TOKEN is sufficient
1 parent 8c2f0b5 commit 141ba47

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/canary.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ jobs:
9696
node-version: '20'
9797
registry-url: 'https://registry.npmjs.org'
9898

99-
- name: Configure npm for JupiterOne packages
100-
run: |
101-
echo "@jupiterone:registry=https://npm.pkg.github.com" >> .npmrc
102-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
103-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
104-
10599
- name: Install dependencies
106100
run: npm ci --include=optional
107101
env:

0 commit comments

Comments
 (0)