From 01cadb3a8702fb11515d50db925073272b9ade56 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 17 Apr 2024 18:48:13 +0300 Subject: [PATCH] Update shared-release-branches.yml --- .github/workflows/shared-release-branches.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/shared-release-branches.yml b/.github/workflows/shared-release-branches.yml index 12b0fd19..20f89078 100644 --- a/.github/workflows/shared-release-branches.yml +++ b/.github/workflows/shared-release-branches.yml @@ -22,8 +22,7 @@ jobs: app-id: ${{ vars.BOT_GITHUB_APP_ID }} private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }} - - uses: cloudposse/github-action-major-release-tagger@input-github-token - with: + - uses: cloudposse/github-action-major-release-tagger@v2 token: ${{ steps.github-app.outputs.token }} release-branch-manager: @@ -36,6 +35,6 @@ jobs: app-id: ${{ vars.BOT_GITHUB_APP_ID }} private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }} - - uses: cloudposse/github-action-release-branch-manager@fix-github-token + - uses: cloudposse/github-action-release-branch-manager@v2 with: token: ${{ steps.github-app.outputs.token }}