Skip to content

Commit 8de4f95

Browse files
committed
fix: roll back to app-id
1 parent dd980fa commit 8de4f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: steps.auth-check.outputs.use_app_auth == 'true'
8989
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
9090
with:
91-
client-id: ${{ secrets.APP_ID }}
91+
app-id: ${{ secrets.APP_ID }}
9292
private-key: ${{ secrets.APP_PRIVATE_KEY }}
9393

9494
- name: Checkout repository

0 commit comments

Comments
 (0)