diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index d9d0eca0a..baf425676 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: docker://chinthakagodawita/autoupdate-action:v1 env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.AUTOUPDATE_TOKEN }}" PR_FILTER: "all" PR_READY_STATE: "ready_for_review" MERGE_MSG: "Auto-updated branch with latest changes from main"