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
484 changes: 484 additions & 0 deletions .azuredevops/npm-publish.yml

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions .github/workflows/bank_feeds_generate.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Bank Feeds library
'on':
workflow_dispatch:
Expand All @@ -11,15 +15,12 @@ name: Generate Bank Feeds library
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 }}
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. bank-feeds is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.
exit 0
19 changes: 13 additions & 6 deletions .github/workflows/bank_feeds_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Publishing no longer runs in this repo. The packaging checks, the upload to
# npm and the tag all run centrally in the Azure DevOps pipeline at
# .azuredevops/npm-publish.yml - no check has been dropped, they just moved.
# That pipeline watches this same RELEASES.md push itself, so this stub has
# nothing to hand on and only says where publishing went.
name: Release Bank Feeds library
'on':
push:
paths:
- bank-feeds/RELEASES.md
branches:
- main
workflow_dispatch: {}
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 }}
runs-on: ubuntu-latest
steps:
- name: Publishing moved to the Azure DevOps pipeline
run: |
echo "::warning::This workflow no longer publishes anything. bank-feeds is built, checked and published to npm by .azuredevops/npm-publish.yml, which triggers on this same push to bank-feeds/RELEASES.md."
exit 0
25 changes: 13 additions & 12 deletions .github/workflows/lending_generate.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Lending library
'on':
workflow_dispatch:
Expand All @@ -11,15 +15,12 @@ name: Generate Lending library
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 }}
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. lending is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.
exit 0
19 changes: 13 additions & 6 deletions .github/workflows/lending_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Publishing no longer runs in this repo. The packaging checks, the upload to
# npm and the tag all run centrally in the Azure DevOps pipeline at
# .azuredevops/npm-publish.yml - no check has been dropped, they just moved.
# That pipeline watches this same RELEASES.md push itself, so this stub has
# nothing to hand on and only says where publishing went.
name: Release Lending library
'on':
push:
paths:
- lending/RELEASES.md
branches:
- main
workflow_dispatch: {}
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 }}
runs-on: ubuntu-latest
steps:
- name: Publishing moved to the Azure DevOps pipeline
run: |
echo "::warning::This workflow no longer publishes anything. lending is built, checked and published to npm by .azuredevops/npm-publish.yml, which triggers on this same push to lending/RELEASES.md."
exit 0
25 changes: 13 additions & 12 deletions .github/workflows/platform_generate.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Platform library
'on':
workflow_dispatch:
Expand All @@ -11,15 +15,12 @@ name: Generate Platform library
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: platform-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 }}
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. platform is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.
exit 0
19 changes: 13 additions & 6 deletions .github/workflows/platform_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Publishing no longer runs in this repo. The packaging checks, the upload to
# npm and the tag all run centrally in the Azure DevOps pipeline at
# .azuredevops/npm-publish.yml - no check has been dropped, they just moved.
# That pipeline watches this same RELEASES.md push itself, so this stub has
# nothing to hand on and only says where publishing went.
name: Release Platform library
'on':
push:
paths:
- platform/RELEASES.md
branches:
- main
workflow_dispatch: {}
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 }}
runs-on: ubuntu-latest
steps:
- name: Publishing moved to the Azure DevOps pipeline
run: |
echo "::warning::This workflow no longer publishes anything. platform is built, checked and published to npm by .azuredevops/npm-publish.yml, which triggers on this same push to platform/RELEASES.md."
exit 0
25 changes: 13 additions & 12 deletions .github/workflows/sync_for_expenses_generate.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Sync for Expenses library
'on':
workflow_dispatch:
Expand All @@ -11,15 +15,12 @@ name: Generate Sync for Expenses library
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 }}
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. sync-for-expenses is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.
exit 0
19 changes: 13 additions & 6 deletions .github/workflows/sync_for_expenses_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Publishing no longer runs in this repo. The packaging checks, the upload to
# npm and the tag all run centrally in the Azure DevOps pipeline at
# .azuredevops/npm-publish.yml - no check has been dropped, they just moved.
# That pipeline watches this same RELEASES.md push itself, so this stub has
# nothing to hand on and only says where publishing went.
name: Release Sync for Expenses library
'on':
push:
paths:
- sync-for-expenses/RELEASES.md
branches:
- main
workflow_dispatch: {}
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 }}
runs-on: ubuntu-latest
steps:
- name: Publishing moved to the Azure DevOps pipeline
run: |
echo "::warning::This workflow no longer publishes anything. sync-for-expenses is built, checked and published to npm by .azuredevops/npm-publish.yml, which triggers on this same push to sync-for-expenses/RELEASES.md."
exit 0
25 changes: 13 additions & 12 deletions .github/workflows/sync_for_payables_generate.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Generation no longer runs in this repo: generate-and-pr.yml in Codat SDK
# Codegen generates this SDK and opens a versioned PR here, dispatched by the
# oas pipeline. This stub only says so.
name: Generate Sync for Payables library
'on':
workflow_dispatch:
Expand All @@ -11,15 +15,12 @@ name: Generate Sync for Payables library
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-payables-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 }}
runs-on: ubuntu-latest
steps:
- name: Generation moved to Codat SDK Codegen
run: |
echo "::warning::This workflow no longer generates anything. sync-for-payables is generated by generate-and-pr.yml in Codat SDK Codegen, dispatched by the oas pipeline, which opens a versioned PR on this repo."
# Exits 0 because the oas pipeline still runs this workflow on every OAS
# merge; flip to exit 1 in the same change that switches the oas trigger
# to the repository dispatch, so stray runs become loud.
exit 0
19 changes: 13 additions & 6 deletions .github/workflows/sync_for_payables_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Written by sdk-codegen (emit_workflow_stubs.py); do not edit by hand.
# Publishing no longer runs in this repo. The packaging checks, the upload to
# npm and the tag all run centrally in the Azure DevOps pipeline at
# .azuredevops/npm-publish.yml - no check has been dropped, they just moved.
# That pipeline watches this same RELEASES.md push itself, so this stub has
# nothing to hand on and only says where publishing went.
name: Release Sync for Payables library
'on':
push:
paths:
- sync-for-payables/RELEASES.md
branches:
- main
workflow_dispatch: {}
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 }}
runs-on: ubuntu-latest
steps:
- name: Publishing moved to the Azure DevOps pipeline
run: |
echo "::warning::This workflow no longer publishes anything. sync-for-payables is built, checked and published to npm by .azuredevops/npm-publish.yml, which triggers on this same push to sync-for-payables/RELEASES.md."
exit 0