From 95981503540487bf506dbe8ffbf975e9cbda7a92 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Mon, 5 Feb 2024 22:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index c9f7d22..aa0ad75 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -15,14 +15,14 @@ jobs: GIT_NAME: PJ-568 GIT_EMAIL: ${{ secrets.GIT_EMAIL }} REPO: github.com/PJ-568/568_Clac_keystore - GH_TOKEN: ${{ secrets.P_TOKEN }} + GH_TOKEN: ${{ secrets.TOKEN }} run: | git config --global user.name $GIT_NAME git config --global user.email $GIT_EMAIL echo '创建 tmp/:' mkdir /home/runner/tmp echo '克隆 keystore:' - git clone "https://$P_TOKEN@$REPO" -b key /home/runner/tmp/key + git clone "https://$TOKEN@$REPO" -b key /home/runner/tmp/key - name: checkout uses: actions/checkout@v3.3.0