Skip to content

Commit 8dbf78a

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

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
@@ -51,6 +51,8 @@ jobs:
5151
jupyter labextension list
5252
jupyter labextension list 2>&1 | grep -ie "jupyterlab-deepnote.*OK"
5353
python -m jupyterlab.browser_check
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5456

5557
- name: Package the extension
5658
run: |

0 commit comments

Comments
 (0)