Skip to content

Commit ee695b4

Browse files
GvieveGenevieve Nuebel
andauthored
Fix Dispatch Variables (#184)
* Fix dispatch calls * Make change to v2011 --------- Co-authored-by: Genevieve Nuebel <genevieve.nuebel@mx.com>
1 parent 7eedd80 commit ee695b4

2 files changed

Lines changed: 7 additions & 5 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

openapi/v20111101.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
description: |
77
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
88
9-
Just getting started? See our [use case guides](/use-cases/).
9+
Just getting started? See our [use case guides](/use-cases/).
1010
title: MX Platform API
1111
version: '20111101'
1212
servers:

0 commit comments

Comments
 (0)