diff --git a/.github/workflows/versioned-sdk-dispatch.yml b/.github/workflows/versioned-sdk-dispatch.yml index ad1c183..5ed5e0d 100644 --- a/.github/workflows/versioned-sdk-dispatch.yml +++ b/.github/workflows/versioned-sdk-dispatch.yml @@ -119,7 +119,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} repository: ${{ matrix.repo }} - event-type: automated_push_to_master + event-type: generate_publish_release client-payload: '{"version":"${{ needs.detect-changes.outputs.version }}","commit_sha":"${{ github.sha }}","api_versions":"${{ needs.detect-changes.outputs.api_versions }}"}' - name: Slack notification @@ -161,7 +161,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} repository: ${{ matrix.repo }} - event-type: automated_push_to_master + event-type: generate_publish_release client-payload: '{"version":"${{ github.event.inputs.version_level }}","commit_sha":"${{ github.sha }}","api_versions":"${{ github.event.inputs.api_versions }}"}' - name: Slack notification diff --git a/openapi/v20111101.yml b/openapi/v20111101.yml index a3655fa..af34ac5 100644 --- a/openapi/v20111101.yml +++ b/openapi/v20111101.yml @@ -16,8 +16,8 @@ security: - basicAuth: [] tags: - name: authorization - - name: widgets - name: users + - name: widgets - name: members - name: institutions - name: accounts