From b74cac87012109b3dde7568ca383c867422e0bd2 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 4 Dec 2024 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=95=9C=E5=83=8F=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/process-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 100e460e..dfdc3981 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -78,4 +78,4 @@ jobs: git add . git diff --cached --quiet || git commit -m "Synced apps from source repository via GitHub Actions" - git push origin master + git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/QYG2297248353/appstore-dpanle.git master