Skip to content

Commit 82026c4

Browse files
committed
fix: missing parameters to create github app token
1 parent 726fcff commit 82026c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-files.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
app-id: ${{ vars.GH_APP_SEM_REL_ID }}
2525
private-key: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}
26+
owner: ${{ github.ref == 'refs/heads/main' && 'xebis' || 'xebis-test' }}
27+
repositories: ${{ matrix.repository }}
2628

2729
- name: Checkout target repository
2830
uses: actions/checkout@v5

0 commit comments

Comments
 (0)