forked from cartsnitch/cartsnitch
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:
@@ -118,6 +118,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.CARTSNITCH_APP_ID }}
|
app-id: ${{ secrets.CARTSNITCH_APP_ID }}
|
||||||
private-key: ${{ secrets.CARTSNITCH_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.CARTSNITCH_APP_PRIVATE_KEY }}
|
||||||
|
owner: ${{ github.repository_owner }}
|
||||||
|
repositories: infra
|
||||||
|
|
||||||
- name: Checkout infra repo
|
- name: Checkout infra repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user