Skip to content

Commit

Permalink
Merge pull request #614 from codatio/workflow-fix-4
Browse files Browse the repository at this point in the history
Fixed workflow
  • Loading branch information
dcoplowe authored Jul 17, 2024
2 parents fb84d26 + 0d6dfdc commit 934b0a1
Show file tree
Hide file tree
Showing 49 changed files with 653 additions and 241 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/accounting_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Accounting library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: accounting-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/accounting_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Accounting library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/assess_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Assess library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: assess-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/assess_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Assess library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/bank_feeds_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Bank Feeds library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: bank-feeds-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/bank_feeds_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Bank Feeds library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/banking_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Banking library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: banking-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/banking_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Banking library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Commerce library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: commerce-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/commerce_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Commerce library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/common_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Common library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: common-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/common_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Common library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/files_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Files library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: files-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/files_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Files library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/lending_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Lending library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: lending-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/lending_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Lending library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/platform_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
force: ${{ github.event.inputs.force }}
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: platform-library
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release Platform library
paths:
- platform/RELEASES.md
branches:
- main
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sync_for_commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Sync for Commerce library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: sync-for-commerce-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/sync_for_commerce_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Sync for Commerce library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/sync_for_commerce_version_1_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Sync for Commerce version 1 library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: sync-for-commerce-version-1-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/sync_for_commerce_version_1_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Release Sync for Commerce version 1 library
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/sync_for_expenses_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ name: Generate Sync for Expenses library
description: Force generation of SDKs
type: boolean
default: false
set_version:
description: Optionally set a specific SDK version.
type: string
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: pr
speakeasy_version: latest
force: ${{ github.event.inputs.force }}
set_version: ${{ github.event.inputs.set_version }}
target: sync-for-expenses-library
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
npm_token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 934b0a1

Please sign in to comment.