From e158b733378001e540aacc62ed63faa329187ad6 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Tue, 23 Jul 2024 13:41:40 +0800 Subject: [PATCH] ci: res-update-game push-action using MISTEOWORKFLOW to bypass required status checks [skip changelog] --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 0233bbc509..c4599451c2 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -283,7 +283,7 @@ jobs: if: steps.add_files.outputs.have_commits == 'True' uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.MAA_RESOURCE_SYNC }} + github_token: ${{ secrets.MISTEOWORKFLOW }} - name: Update OTA resource if: steps.add_files.outputs.have_commits == 'True'