From e1197cf06f27b1cd6fe4b2775db61cff2658baeb Mon Sep 17 00:00:00 2001 From: azw Date: Thu, 28 Nov 2024 04:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/sync.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync.yml b/.gitea/workflows/sync.yml index b2efe22..9c27581 100644 --- a/.gitea/workflows/sync.yml +++ b/.gitea/workflows/sync.yml @@ -13,7 +13,7 @@ jobs: run: | ls -lh rm -rf vnr - git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git + git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git - name: sync currect file run: | cd /home/steam/steamcmd @@ -48,4 +48,4 @@ jobs: git config --local user.name "actions[bot]" git add . git commit --allow-empty -m "$(date '+%Y-%m-%d %H:%M:%S')" - git -c http.sslVerify=false push https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git \ No newline at end of file + git -c http.sslVerify=false push https://${{ secrets.GITHUB_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git \ No newline at end of file