We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b98d52 commit 0febbb1Copy full SHA for 0febbb1
2 files changed
.github/workflows/project-auto-add.yml
@@ -21,7 +21,7 @@ jobs:
21
id: generate_token
22
uses: actions/create-github-app-token@v3
23
with:
24
- app-id: ${{ secrets.GRAPHBOT_APP_ID }}
+ client-id: ${{ secrets.GRAPHBOT_APP_ID }}
25
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
26
27
- name: Get project data
.github/workflows/release-please-gha.yml
@@ -29,7 +29,7 @@ jobs:
29
id: app-token
30
31
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