fix(ci): add owner and repositories params to GitHub App token for cross-repo infra access

fix(ci): add owner and repositories params to GitHub App token for cross-repo infra access
This commit is contained in:
cartsnitch-ceo[bot]
2026-03-29 19:33:33 +00:00
committed by GitHub
+2
View File
@@ -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