We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7631a63 commit 0951cb7Copy full SHA for 0951cb7
1 file changed
.github/workflows/update.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/create-github-app-token@v3
48
id: app-token1
49
with:
50
- app-id: ${{ vars.CLIENT_ID }}
+ client-id: ${{ vars.CLIENT_ID }}
51
private-key: ${{ secrets.PRIVATE_KEY }}
52
53
- name: Run data collection script with App Installation Token
@@ -82,7 +82,7 @@ jobs:
82
83
id: app-token
84
85
86
87
88
- name: Get GitHub App User ID
0 commit comments