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 8dbf78a commit 44818e9Copy full SHA for 44818e9
.github/workflows/build.yml
@@ -61,6 +61,8 @@ jobs:
61
pip install build
62
python -m build
63
pip uninstall -y "jupyterlab_deepnote" jupyterlab
64
+ env:
65
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
67
- name: Upload extension packages
68
uses: actions/upload-artifact@v4
0 commit comments