diff --git a/.github/workflows/OnPRMergeApproved.yml b/.github/workflows/OnPRMergeApproved.yml
index bd5eb02faf80f7d63a361cccd4bd86a5ef48ea3d..6c55e0d154f692c3262938b7a74400a403c9fd9d 100644
--- a/.github/workflows/OnPRMergeApproved.yml
+++ b/.github/workflows/OnPRMergeApproved.yml
@@ -13,7 +13,5 @@ jobs:
     name: MergePR
     if: contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
     uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
-# Merging requires a specific token or it'll get caught in the rules that
-# prevent merges by mortals.
     secrets:
-      TOKEN: ${{ secrets.ASTERISKTEAM_PAT }}
+      TOKEN: ${{ secrets.GITHUB_TOKEN }}