Skip to content

Commit 41595ab

Browse files
committed
chore: use app-slug instead of app-id for token generation
1 parent 25c2084 commit 41595ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: app-token
2222
uses: actions/create-github-app-token@v1
2323
with:
24-
app-id: ${{ secrets.APP_ID }}
24+
app-slug: agentcore-devx-automation
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626

2727
- name: Checkout preview

0 commit comments

Comments
 (0)