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 }}