From de10a8fae1d1120c32f967cbf033c82a6d1ed0a1 Mon Sep 17 00:00:00 2001 From: George Joseph <gjoseph@sangoma.com> Date: Wed, 10 Jul 2024 09:24:28 -0600 Subject: [PATCH] .github: Change OnPRMergeApproved to use default token (cherry picked from commit e28c7bc4b49227dde4553b6f4cd8cb813b981f20) --- .github/workflows/OnPRMergeApproved.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }} -- GitLab