.github: Change OnPRMergeApproved to use default token

(cherry picked from commit 6cd51f082b)
This commit is contained in:
George Joseph
2024-07-10 09:24:28 -06:00
committed by Asterisk Development Team
parent d4b70f2194
commit 5eff492417

View File

@@ -13,7 +13,5 @@ jobs:
name: MergePR name: MergePR
if: contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name) if: contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main 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: secrets:
TOKEN: ${{ secrets.ASTERISKTEAM_PAT }} TOKEN: ${{ secrets.GITHUB_TOKEN }}