👷checkout with PAT

CI can be triggered when github action pushes a commit.
This commit is contained in:
hemengyang 2022-01-20 13:35:58 +08:00 committed by GitHub
parent 017049f321
commit b671a9658b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- name: NoneBot2 Publish Bot
uses: nonebot/nonebot2-publish-bot@main