Skip to content

Commit 044989f

Browse files
committed
tmp
1 parent e0a9ff5 commit 044989f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- env:
3232
TS_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
3333
run: |
34-
echo $TS_TOKEN > token.txt
35-
gh auth login --with-token < token.txt
34+
echo $TS_TOKEN > ts_token
35+
gh auth login --with-token < ts_token
3636
gh repo fork --remote false
37-
rm token.txt
37+
rm ts_token
3838
# - uses: peter-evans/create-pull-request@v3
3939
# if: ${{ steps.git-diff.outcome == 'failure' }}
4040
# with:

0 commit comments

Comments
 (0)