diff --git a/.github/workflows/versioned-sdk-dispatch.yml b/.github/workflows/versioned-sdk-dispatch.yml index 9cacb56..ad1c183 100644 --- a/.github/workflows/versioned-sdk-dispatch.yml +++ b/.github/workflows/versioned-sdk-dispatch.yml @@ -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 @@ -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 diff --git a/openapi/v20111101.yml b/openapi/v20111101.yml index 6d56860..a3655fa 100644 --- a/openapi/v20111101.yml +++ b/openapi/v20111101.yml @@ -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: