Skip to content

Commit 573fead

Browse files
authored
Use client ID instead of app ID in CI
1 parent 1a1d214 commit 573fead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-template-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: get-token
5353
uses: actions/create-github-app-token@v3
5454
with:
55-
app-id: ${{ vars.PENNY_APP_ID }}
55+
client-id: ${{ vars.PENNY_APP_CLIENT_ID }}
5656
private-key: ${{ secrets.PENNY_APP_PRIVATE_KEY }}
5757
owner: vapor
5858
repositories: ${{ matrix.repository }}

0 commit comments

Comments
 (0)