We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3b369 commit eac52dfCopy full SHA for eac52df
.github/workflows/check-release.yml
@@ -15,6 +15,13 @@ jobs:
15
steps:
16
- name: Checkout
17
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 }}
25
- name: Base Setup
26
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
27
- name: Check Release
0 commit comments