We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e7166 commit cb144b0Copy full SHA for cb144b0
1 file changed
.github/workflows/notify-private-repo.yml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
client-id: ${{ vars.SINCH_INTERNAL_REPO_SYNC_APP_CLIENT_ID }}
22
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
26
27
# 2. Use that token to send the "ping" to the private repo
28
- name: Send Repository Dispatch to Private Repo
0 commit comments