diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64e99f5a0..6bd471f7d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.WORKFLOW_DISPATCHER_APP_ID }} diff --git a/.github/workflows/release-and-publish-sdk.yml b/.github/workflows/release-and-publish-sdk.yml index 1310ccd65..943584614 100644 --- a/.github/workflows/release-and-publish-sdk.yml +++ b/.github/workflows/release-and-publish-sdk.yml @@ -92,7 +92,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.WORKFLOW_DISPATCHER_APP_ID }}