From: George Joseph Date: Wed, 10 Jul 2024 16:38:00 +0000 (-0600) Subject: .github: Pass app_id and app_priv_key to AsteriskMergePR X-Git-Tag: 21.4.0-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ff20988cd622ec4ffe1da888fee9bdefa151c3;p=thirdparty%2Fasterisk.git .github: Pass app_id and app_priv_key to AsteriskMergePR (cherry picked from commit e0f7a5f9680044a766cad8d350bb2cad74025239) --- diff --git a/.github/workflows/OnPRMergeApproved.yml b/.github/workflows/OnPRMergeApproved.yml index 6c55e0d154..39766fe7e5 100644 --- a/.github/workflows/OnPRMergeApproved.yml +++ b/.github/workflows/OnPRMergeApproved.yml @@ -15,3 +15,5 @@ jobs: uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main secrets: TOKEN: ${{ secrets.GITHUB_TOKEN }} + application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}} + application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}