From 250f86cc6c90f0a145d90d05367c869a1147616f Mon Sep 17 00:00:00 2001 From: LamGC Date: Sun, 19 Mar 2023 11:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20check-updates=20=E7=9A=84=20Git=20?= =?UTF-8?q?=E4=BB=A4=E7=89=8C=E4=BF=AE=E6=94=B9=E4=B8=BA=20PAT=20=E4=BB=A4?= =?UTF-8?q?=E7=89=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-updates.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index fa29503..20f8a07 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ secrets.CHECK_UPDATES_TOKEN }} - name: Check updates run: chmod +x ./update-version.sh && ./update-version.sh - name: Get latest version