|
|
@ -28,7 +28,7 @@ jobs:
|
|
|
|
- name: Get Token needed to add reviewers
|
|
|
|
- name: Get Token needed to add reviewers
|
|
|
|
if: github.event.action == 'opened'
|
|
|
|
if: github.event.action == 'opened'
|
|
|
|
id: get_workflow_token
|
|
|
|
id: get_workflow_token
|
|
|
|
uses: peter-murray/workflow-application-token-action@v1
|
|
|
|
uses: peter-murray/workflow-application-token-action@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
|
|
|
|
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
|
|
|
|
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
|
|
|
|
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
|
|
|
|