Skip to content

Commit 765d531

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

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ 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:

.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)