mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +03:00
chore: Use GITHUB_TOKEN
for auto-rebasing
This commit is contained in:
parent
d3f1c4e602
commit
1c6e9efeb4
2
.github/workflows/bot.yml
vendored
2
.github/workflows/bot.yml
vendored
@ -32,4 +32,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npx ts-node src/auto-rebase.ts
|
npx ts-node src/auto-rebase.ts
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user