From: George Joseph Date: Fri, 28 Jun 2024 19:41:32 +0000 (-0600) Subject: .github: Use ASTERISKTEAM_PAT for PR merging X-Git-Tag: 21.4.0-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c874c6c203ec0a58db5065aabb8398dbd5542c2;p=thirdparty%2Fasterisk.git .github: Use ASTERISKTEAM_PAT for PR merging (cherry picked from commit a9b74ffa52e612db89922ddf63df82a63373aa90) --- diff --git a/.github/workflows/OnPRMergeApproved.yml b/.github/workflows/OnPRMergeApproved.yml index 6c55e0d154..bd5eb02faf 100644 --- a/.github/workflows/OnPRMergeApproved.yml +++ b/.github/workflows/OnPRMergeApproved.yml @@ -13,5 +13,7 @@ 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.GITHUB_TOKEN }} + TOKEN: ${{ secrets.ASTERISKTEAM_PAT }}