]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Pass app_id and app_priv_key to AsteriskMergePR
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 10 Jul 2024 16:38:00 +0000 (10:38 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 10 Jul 2024 16:39:08 +0000 (10:39 -0600)
.github/workflows/OnPRMergeApproved.yml

index 6c55e0d154f692c3262938b7a74400a403c9fd9d..39766fe7e538e7205d8a7708c16d9418e99b0417 100644 (file)
@@ -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}}