mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
.github: Pass app_id and app_priv_key to AsteriskMergePR
(cherry picked from commit e0f7a5f968
)
This commit is contained in:
committed by
Asterisk Development Team
parent
af9c9f9ebe
commit
31ff20988c
2
.github/workflows/OnPRMergeApproved.yml
vendored
2
.github/workflows/OnPRMergeApproved.yml
vendored
@@ -15,3 +15,5 @@ jobs:
|
|||||||
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
|
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
|
||||||
|
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
|
||||||
|
Reference in New Issue
Block a user