From b378b191a20b04fc5e2ff85e0632a975d3163794 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:24:01 +0200 Subject: [PATCH] chore(CI): revert previous changes to import_pending.yml (#17303) * chore(CI): revert previous changes to import_pending.yml * Update import_pending.yml --- .github/workflows/import_pending.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import_pending.yml b/.github/workflows/import_pending.yml index 012b0a281..fd5bdf077 100644 --- a/.github/workflows/import_pending.yml +++ b/.github/workflows/import_pending.yml @@ -43,7 +43,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.AC_GITHUB_TOKEN }} # Noting that the branch name can only be master, as per the event # triggering this action branch: ${{ github.ref_name }}