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 ca3bec4 commit 4192a5fCopy full SHA for 4192a5f
.github/workflows/release-please.yml
@@ -25,11 +25,10 @@ jobs:
25
id: app-token
26
uses: actions/create-github-app-token@v2
27
with:
28
- app_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
29
- private_key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30
- installation_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_INSTALLATION_ID }}
31
-
+ app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
+ private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
+
32
- name: Release Please
33
uses: googleapis/release-please-action@v4
34
35
- token: ${{ steps.app-token.outputs.token }}
+ token: ${{ steps.app-token.outputs.token }}
0 commit comments