From b671a9658b6eaa69e40eb71d584c67e78561fb6c Mon Sep 17 00:00:00 2001 From: hemengyang Date: Thu, 20 Jan 2022 13:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7checkout=20with=20PAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI can be triggered when github action pushes a commit. --- .github/workflows/publish-bot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-bot.yml b/.github/workflows/publish-bot.yml index 8e718bcc..82f683d9 100644 --- a/.github/workflows/publish-bot.yml +++ b/.github/workflows/publish-bot.yml @@ -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