We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a17aa7 commit a4d27ebCopy full SHA for a4d27eb
.github/workflows/release-published.yml
@@ -16,13 +16,13 @@ jobs:
16
concurrency: release
17
steps:
18
- uses: cloudposse/github-action-major-release-tagger@v1
19
- with:
20
- token: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ GITHUB_ENV: ${{ secrets.GITHUB_TOKEN }}
21
- uses: actions/create-github-app-token@v1
22
id: github-app
23
with:
24
app-id: ${{ vars.BOT_GITHUB_APP_ID }}
25
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
26
- uses: cloudposse/github-action-release-branch-manager@v1
27
- env:
28
- GITHUB_TOKEN: ${{ steps.github-app.outputs.token }}
+ with:
+ token: ${{ steps.github-app.outputs.token }}
0 commit comments