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

This commit is contained in:
George Joseph
2023-08-31 07:23:56 -06:00
parent 2ce533ca84
commit b9fdfaf0cb
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

@@ -23,7 +23,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}}