diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7841460..da74e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: with: app-id: ${{ secrets.CARTSNITCH_APP_ID }} private-key: ${{ secrets.CARTSNITCH_APP_PRIVATE_KEY }} + owner: ${{ github.repository_owner }} + repositories: infra - name: Checkout infra repo uses: actions/checkout@v4