Skip to content

Commit db4a685

Browse files
author
Genevieve Nuebel
committed
Fix dispatch calls
1 parent 7eedd80 commit db4a685

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/versioned-sdk-dispatch.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ jobs:
110110
id: app-token
111111
uses: tibdex/github-app-token@v1
112112
with:
113-
app_id: ${{ secrets.APP_ID }}
114-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
113+
app_id: ${{ secrets.PAPI_SDK_APP_ID }}
114+
installation_id: ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
115+
private_key: ${{ secrets.PAPI_SDK_PRIVATE_KEY }}
115116

116117
- name: Dispatch to ${{ matrix.repo }}
117118
uses: peter-evans/repository-dispatch@v2
@@ -151,8 +152,9 @@ jobs:
151152
id: app-token
152153
uses: tibdex/github-app-token@v1
153154
with:
154-
app_id: ${{ secrets.APP_ID }}
155-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
155+
app_id: ${{ secrets.PAPI_SDK_APP_ID }}
156+
installation_id: ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
157+
private_key: ${{ secrets.PAPI_SDK_PRIVATE_KEY }}
156158

157159
- name: Dispatch to ${{ matrix.repo }}
158160
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)