From f68130e25b0d3d01160a53849b50f2915f369be7 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 30 Sep 2021 16:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_build.yml b/.github/workflows/auto_build.yml index a3561ee6..039d620d 100644 --- a/.github/workflows/auto_build.yml +++ b/.github/workflows/auto_build.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v2 with: repository: pppscn/keystore - token: ${{ secrets.TOKEN }} # 连接仓库的token,需要单独配置 + token: ${{ secrets.GITHUB_TOKEN }} # 连接仓库的token,需要单独配置 path: keystore # 仓库的根目录名 # 打包release - name: Build with Gradle