Add owner

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-04-22 11:21:45 +01:00
parent 4b0d457af0
commit 458451922d

View File

@ -78,6 +78,7 @@ jobs:
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Checkout
uses: actions/checkout@v4
with: