Delete duplicate Speakeasy workflows; add Slack webhook to remaining#113
Open
highb wants to merge 2 commits into
Open
Delete duplicate Speakeasy workflows; add Slack webhook to remaining#113highb wants to merge 2 commits into
highb wants to merge 2 commits into
Conversation
Removes the legacy 2023-era speakeasy_sdk_{generation,publish}.yml files
left behind by chore: speakeasy migrate (#71). The publish variant has
been failing on every release since 2025-05-02 because it references a
non-existent SPEAKEASY_PROD_API_KEY secret; the generation variant has
been duplicating the daily cron with the canonical .yaml. Adds the
slack_webhook_url secret pipe to sdk_generation.yaml and sdk_publish.yaml
so failure notifications continue to fire.
Closes IGA-1628.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Closes IGA-1628.
conductorone-sdk-gohad two near-identical pairs of Speakeasy workflows. This PR consolidates to the canonical pair and preserves Slack failure notifications.What this changes
.github/workflows/speakeasy_sdk_generation.yml(2023-era legacy left behind bychore: speakeasy migrate (#71)).github/workflows/speakeasy_sdk_publish.yml(same; has been failing on every release since 2025-05-02 due to a staleSPEAKEASY_PROD_API_KEYsecret reference)slack_webhook_url: \${{ secrets.SLACK_WEBHOOK_URL }}to both surviving workflows so failure notifications continue to fireVerification
Test plan
🤖 Generated with Claude Code