Skip to content

Commit

Permalink
Update shared-release-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 17, 2024
1 parent 42dbc4a commit 01cadb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/shared-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit 01cadb3

Please sign in to comment.