We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495a809 commit da5439cCopy full SHA for da5439c
.github/workflows/promote-shipped-apis.yml
@@ -18,7 +18,7 @@ jobs:
18
id: app-token
19
uses: actions/create-github-app-token@v3
20
with:
21
- app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
+ client-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
22
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
23
24
- name: Checkout code
.github/workflows/release-please-gha.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
- name: Release Please
0 commit comments