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 8426c75 commit 8dbf78aCopy full SHA for 8dbf78a
.github/workflows/build.yml
@@ -51,6 +51,8 @@ jobs:
51
jupyter labextension list
52
jupyter labextension list 2>&1 | grep -ie "jupyterlab-deepnote.*OK"
53
python -m jupyterlab.browser_check
54
+ env:
55
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
57
- name: Package the extension
58
run: |
0 commit comments