Skip to content

Commit 048ea86

Browse files
authored
Revert "ci: remove GitHub registry auth steps for npm install (#233)"
This reverts commit 0ac2779.
1 parent 0ac2779 commit 048ea86

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
node-version: '22.x'
1919

20+
# this is crucial for bodl-events package to be able to resolve @bigcommerce-labs scoped packages
21+
- name: Set npm registry
22+
run: echo "@bigcommerce-labs:registry=https://npm.pkg.github.com/" >> ~/.npmrc
23+
- name: Set npm secrets
24+
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.DEPENDABOT_GITHUB_TOKEN }}" >> ~/.npmrc
2025
- run: npm i
2126
- name: Check Git Commit name
2227
run: git log -1 --pretty=format:"%s" | npx commitlint

0 commit comments

Comments
 (0)