Skip to content

Commit e0a9ff5

Browse files
committed
tmp
1 parent c31295a commit e0a9ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-core-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
# continue-on-error: true
3030
# TODO: Remove the following command after the fork is created
3131
- env:
32-
GH_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
32+
TS_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
3333
run: |
34-
echo $GH_TOKEN > token.txt
34+
echo $TS_TOKEN > token.txt
3535
gh auth login --with-token < token.txt
3636
gh repo fork --remote false
3737
rm token.txt

0 commit comments

Comments
 (0)