Skip to content

Use SDK Updater for automated spec updates#335

Merged
AndreyVMarkelov merged 1 commit into
mainfrom
codex/use-sdk-updater-for-spec-updates
Jul 17, 2026
Merged

Use SDK Updater for automated spec updates#335
AndreyVMarkelov merged 1 commit into
mainfrom
codex/use-sdk-updater-for-spec-updates

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the missing SPEC_UPDATE_TOKEN with the SDK Updater GitHub App token flow
  • authenticate to AWS through repository-scoped OIDC and load the App credentials from Secrets Manager
  • close superseded spec_update_* pull requests and label new automated updates
  • update checkout to v7

Why

The Spec Update workflow successfully generated and validated the latest API spec, but failed to create its pull request because SPEC_UPDATE_TOKEN was not configured. This applies the authentication and PR-management pattern introduced by dropbox/dropbox-sdk-go-unofficial@924ad8f.

Validation

  • actionlint passes after ignoring its stale metadata warning for the proven actions/create-github-app-token@v3 client-id input
  • git diff --check

Test plan

  • Confirm the repository-scoped AWS OIDC role exists and can read sdk-updater-github-app
  • Confirm the SDK Updater GitHub App is installed for this repository
  • Run the workflow manually on this branch and verify AWS authentication and App token generation
  • After merge and the next spec change, verify an automated-spec-update PR is opened and CI runs

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 10.68%. Comparing base (4f9a16d) to head (5d74c81).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   10.68%   10.68%           
=======================================
  Files           6        6           
  Lines        5775     5775           
  Branches        4        4           
=======================================
  Hits          617      617           
  Misses       5158     5158           
Flag Coverage Δ
unit 10.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AndreyVMarkelov
AndreyVMarkelov marked this pull request as ready for review July 17, 2026 22:51
@AndreyVMarkelov
AndreyVMarkelov merged commit d43d850 into main Jul 17, 2026
6 of 7 checks passed
@AndreyVMarkelov
AndreyVMarkelov deleted the codex/use-sdk-updater-for-spec-updates branch July 17, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant