Skip to content

Commit 58722e2

Browse files
committed
Replaced deprecated app-id w/ client-id
1 parent e0a0236 commit 58722e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-ai-personas-releases-to-project-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: ksb-token
1717
uses: actions/create-github-app-token@v3.1.1
1818
with:
19-
app-id: ${{ secrets.KSB_APP_ID }}
19+
client-id: ${{ secrets.KSB_APP_ID }}
2020
private-key: ${{ secrets.KSB_PRIVATE_KEY }}
2121
owner: KudoAI
2222

0 commit comments

Comments
 (0)