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 3dc9795 commit a02ebbdCopy full SHA for a02ebbd
1 file changed
.github/workflows/release-please.yml
@@ -16,8 +16,14 @@ jobs:
16
release_created: ${{ steps.release.outputs.release_created }}
17
tag_name: ${{ steps.release.outputs.tag_name }}
18
steps:
19
+ - uses: actions/create-github-app-token@v1
20
+ id: app-token
21
+ with:
22
+ app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
23
+ private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}
24
- uses: googleapis/release-please-action@v4
25
id: release
26
with:
27
config-file: release-please-config.json
28
manifest-file: .release-please-manifest.json
29
+ token: ${{ steps.app-token.outputs.token }}
0 commit comments