Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/versioned-sdk-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ jobs:
id: app-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.PAPI_SDK_APP_ID }}
installation_id: ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
private_key: ${{ secrets.PAPI_SDK_PRIVATE_KEY }}

- name: Dispatch to ${{ matrix.repo }}
uses: peter-evans/repository-dispatch@v2
Expand Down Expand Up @@ -151,8 +152,9 @@ jobs:
id: app-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.PAPI_SDK_APP_ID }}
installation_id: ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
private_key: ${{ secrets.PAPI_SDK_PRIVATE_KEY }}

- name: Dispatch to ${{ matrix.repo }}
uses: peter-evans/repository-dispatch@v2
Expand Down
2 changes: 1 addition & 1 deletion openapi/v20111101.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
description: |
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.

Just getting started? See our [use case guides](/use-cases/).
Just getting started? See our [use case guides](/use-cases/).
title: MX Platform API
version: '20111101'
servers:
Expand Down