Skip to content

Commit 44818e9

Browse files
Set env var in Package the extension job
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 8dbf78a commit 44818e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
pip install build
6262
python -m build
6363
pip uninstall -y "jupyterlab_deepnote" jupyterlab
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6466

6567
- name: Upload extension packages
6668
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)