Skip to content

Commit 661d40a

Browse files
brichetjtpio
andauthored
Rename the token env variable (jupyter#7802)
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
1 parent 8532a65 commit 661d40a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upgrade-jupyterlab-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Create a PR
9292
env:
93-
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
93+
GH_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
9494
run: |
9595
set -eux
9696

0 commit comments

Comments
 (0)