]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Update workflow-application-token-action to v2
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 31 Aug 2023 13:23:56 +0000 (07:23 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 9 Oct 2023 14:52:25 +0000 (08:52 -0600)
.github/workflows/MergeApproved.yml
.github/workflows/PROpenedOrUpdated.yml

index 344c45b1bbcf83e2a0b3f40f91d0b09536ebe81f..bfafe5940cf5feff184ec5245bc01e5f8467c23d 100644 (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}}
index cf58df7d3493489b49ae6a79bb656edaeb353389..1ed299f9cfa78d50f3e420e68c7f7b9edbb5cf98 100644 (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}}