mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-01 01:25:07 +08:00
👷checkout with PAT
CI can be triggered when github action pushes a commit.
This commit is contained in:
parent
017049f321
commit
b671a9658b
2
.github/workflows/publish-bot.yml
vendored
2
.github/workflows/publish-bot.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: NoneBot2 Publish Bot
|
- name: NoneBot2 Publish Bot
|
||||||
uses: nonebot/nonebot2-publish-bot@main
|
uses: nonebot/nonebot2-publish-bot@main
|
||||||
|
Loading…
Reference in New Issue
Block a user