.github: Pass app_id and app_priv_key to AsteriskMergePR

(cherry picked from commit e0f7a5f968)
releases/21
George Joseph 10 months ago committed by Asterisk Development Team
parent af9c9f9ebe
commit 31ff20988c

@ -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}}

Loading…
Cancel
Save