CONN-1273: replace Speakeasy generate/release workflows with thin stubs - #655
Draft
mcollinscodat wants to merge 4 commits into
Draft
CONN-1273: replace Speakeasy generate/release workflows with thin stubs#655mcollinscodat wants to merge 4 commits into
mcollinscodat wants to merge 4 commits into
Conversation
…flows with thin stubs pointing at the central pipeline - bank_feeds_generate.yaml - generation moved to Codat SDK Codegen; stub warns and exits 0 - bank_feeds_release.yaml - forwards the release trigger to the central publish pipeline - lending_generate.yaml - generation moved to Codat SDK Codegen; stub warns and exits 0 - lending_release.yaml - forwards the release trigger to the central publish pipeline - platform_generate.yaml - generation moved to Codat SDK Codegen; stub warns and exits 0 - platform_release.yaml - forwards the release trigger to the central publish pipeline - sync_for_expenses_generate.yaml - generation moved to Codat SDK Codegen; stub warns and exits 0 - sync_for_expenses_release.yaml - forwards the release trigger to the central publish pipeline - sync_for_payables_generate.yaml - generation moved to Codat SDK Codegen; stub warns and exits 0 - sync_for_payables_release.yaml - forwards the release trigger to the central publish pipeline
… from the GitHub App - bank_feeds_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch - lending_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch - platform_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch - sync_for_expenses_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch - sync_for_payables_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
…file .github/workflows - all ten stubs: drop the cutover/ prefix from the written-by line so it matches the TypeScript repo's stubs and pipeline file
…line which repo they fired from - .github/workflows/*_release.yaml - all five dispatch payloads add sdk_repo (github.repository), so the central publish clones and tags the repo the release came from and a mirror rehearses against its own tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the Speakeasy generate and release workflows for bank-feeds, lending, platform, sync-for-expenses and sync-for-payables with thin stubs pointing at Codat's central SDK codegen pipeline. Workflow filenames and names are unchanged so existing triggers keep matching. Workflows for the other products are untouched.
<product>/RELEASES.mdpushes to main (plus manual dispatch), but now forward the release to the central publish pipeline instead of publishing here. Each run mints a short-lived GitHub App token scoped to the central repo and sends the dispatch with it. No packaging check has been dropped; they all run centrally.