We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da054a commit d46f2aeCopy full SHA for d46f2ae
1 file changed
.github/workflows/release-please-gha.yml
@@ -29,7 +29,7 @@ jobs:
29
id: app-token
30
uses: actions/create-github-app-token@v3
31
with:
32
- app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
+ client-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
33
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
34
35
- name: Release Please
0 commit comments