Skip to content

Commit a4d27eb

Browse files
committed
use official action
1 parent 6a17aa7 commit a4d27eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-published.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
concurrency: release
1717
steps:
1818
- uses: cloudposse/github-action-major-release-tagger@v1
19-
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
19+
env:
20+
GITHUB_ENV: ${{ secrets.GITHUB_TOKEN }}
2121
- uses: actions/create-github-app-token@v1
2222
id: github-app
2323
with:
2424
app-id: ${{ vars.BOT_GITHUB_APP_ID }}
2525
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
2626
- uses: cloudposse/github-action-release-branch-manager@v1
27-
env:
28-
GITHUB_TOKEN: ${{ steps.github-app.outputs.token }}
27+
with:
28+
token: ${{ steps.github-app.outputs.token }}

0 commit comments

Comments
 (0)