Skip to content

Commit d02477d

Browse files
Update CI job
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent eac52df commit d02477d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,15 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

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 }}
2519
- name: Base Setup
2620
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
21+
2722
- name: Check Release
2823
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
2924
with:
3025
token: ${{ secrets.GITHUB_TOKEN }}
3126
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3328

3429
- name: Upload Distributions
3530
uses: actions/upload-artifact@v4

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@deepnote:registry=https://npm.pkg.github.com

0 commit comments

Comments
 (0)