Skip to content

Commit cb144b0

Browse files
committed
CI: Request token to internal repo
1 parent b2e7166 commit cb144b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/notify-private-repo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
client-id: ${{ vars.SINCH_INTERNAL_REPO_SYNC_APP_CLIENT_ID }}
2222
private-key: ${{ secrets.SINCH_INTERNAL_REPO_SYNC_APP_PRIVATE_KEY }}
23+
# Explicitly request access to the internal repository:
24+
owner: ${{ github.repository_owner }}
25+
repositories: ${{ env.SDK_NAME }}-internal
2326

2427
# 2. Use that token to send the "ping" to the private repo
2528
- name: Send Repository Dispatch to Private Repo

0 commit comments

Comments
 (0)