.github: Update workflow-application-token-action to v2

(cherry picked from commit ddbc56505e)
This commit is contained in:
George Joseph 2023-08-31 07:23:56 -06:00 committed by Asterisk Development Team
parent 7959c64792
commit abc84c6618
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ jobs:
- name: Get Token needed to push cherry-picks
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v1
uses: peter-murray/workflow-application-token-action@v2
with:
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}

View File

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