We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de4f95 commit adcf70dCopy full SHA for adcf70d
1 file changed
.github/workflows/prepare.yml
@@ -88,8 +88,9 @@ jobs:
88
if: steps.auth-check.outputs.use_app_auth == 'true'
89
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
90
with:
91
- app-id: ${{ secrets.APP_ID }}
+ client-id: ${{ secrets.APP_ID }}
92
private-key: ${{ secrets.APP_PRIVATE_KEY }}
93
+ owner: ${{ github.repository_owner }}
94
95
- name: Checkout repository
96
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments