Skip to content

Commit adcf70d

Browse files
committed
fix: setting owner for token
1 parent 8de4f95 commit adcf70d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/prepare.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ 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-
app-id: ${{ secrets.APP_ID }}
91+
client-id: ${{ secrets.APP_ID }}
9292
private-key: ${{ secrets.APP_PRIVATE_KEY }}
93+
owner: ${{ github.repository_owner }}
9394

9495
- name: Checkout repository
9596
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)