Skip to content

Commit eac52df

Browse files
Set up registry for packages
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 1b3b369 commit eac52df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
19+
- name: Configure npm registry for GitHub Packages
20+
run: |
21+
echo "@deepnote:registry=https://npm.pkg.github.com" >> ~/.npmrc
22+
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1825
- name: Base Setup
1926
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2027
- name: Check Release

0 commit comments

Comments
 (0)