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 a1e63ac commit df4bd27Copy full SHA for df4bd27
.github/workflows/release_please.yml
@@ -13,6 +13,13 @@ jobs:
13
release-please:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: google-github-actions/release-please-action@v3
+ - name: Generate token
17
+ id: generate_token
18
+ uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 #v1.8.0
19
+ with:
20
+ app_id: ${{ secrets.PR_AUTOMATION_APP_ID }}
21
+ private_key: ${{ secrets.PR_AUTOMATION_APP_PEM }}
22
+ - uses: google-github-actions/release-please-action@8016a6649226f2ec88ed05441c11bb5410a22d29 #v3.7.10
23
with:
24
command: manifest
25
+ token: ${{ steps.generate_token.outputs.token }}
0 commit comments