We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73c15b5 + 652a279 commit fcc4750Copy full SHA for fcc4750
1 file changed
.github/workflows/release-please.yml
@@ -13,8 +13,16 @@ jobs:
13
release-please:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Generate release bot token
17
+ id: app-token
18
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
19
+ with:
20
+ app-id: ${{ secrets.RELEASER_APP_ID }}
21
+ private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
22
+
23
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
24
id: rp
25
with:
26
+ token: ${{ steps.app-token.outputs.token }}
27
config-file: release-please-config.json
28
manifest-file: .release-please-manifest.json
0 commit comments