Skip to content

Commit 7e9f6a1

Browse files
committed
fix: use app-id instead of app-slug for GitHub App token
Aligns with the pattern in PR #1210 and ci-failure-issue.yml.
1 parent dce7901 commit 7e9f6a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
name: Merge main into preview
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Generate App token
20+
- name: Generate GitHub App Token
2121
id: app-token
2222
uses: actions/create-github-app-token@v1
2323
with:
24-
app-slug: agentcore-devx-automation
24+
app-id: ${{ vars.APP_ID }}
2525
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2626

2727
- name: Checkout preview

0 commit comments

Comments
 (0)