From: George Joseph Date: Wed, 10 Jul 2024 15:24:28 +0000 (-0600) Subject: .github: Change OnPRMergeApproved to use default token X-Git-Tag: 21.4.0-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9c9f9ebe63e33f60030f7a9f1b2d9be33c609b;p=thirdparty%2Fasterisk.git .github: Change OnPRMergeApproved to use default token (cherry picked from commit 3b55311eb1600b79d851344742e68e15ffdcbab2) --- diff --git a/.github/workflows/OnPRMergeApproved.yml b/.github/workflows/OnPRMergeApproved.yml index bd5eb02faf..6c55e0d154 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 }}