chore: update OpenAPI workflows and fix npm publishing#8
Merged
Conversation
- Update auto-update workflow to fetch from agentic-api repo - Switch from media-agent to outcome-agent OpenAPI spec - Add partner-api and platform-api specs - Configure workflow to create PRs instead of direct push - Fix release workflow to use Trusted Publishing with OIDC - Remove NPM_TOKEN dependencies in favor of Trusted Publishing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
EmmaLouise2018
previously approved these changes
Nov 6, 2025
EmmaLouise2018
approved these changes
Nov 6, 2025
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
Fixed the auto-update OpenAPI workflow to create PRs instead of pushing directly to main, and updated to fetch from the correct OpenAPI specs. Also fixed the release workflow to use npm Trusted Publishing with OIDC.
Changes
Auto-update workflow:
agentic-apirepo instead of docs sitemedia-agent-openapi.yamltooutcome-agent-openapi.yamlpartner-api.yamlandplatform-api.yamlspecsRelease workflow:
id-token: writepermission for OIDC authenticationPackage.json:
Testing
TODO
scope3dataagentic-client.github/workflows/release.ymlNotes
The auto-update workflow will now automatically create PRs when OpenAPI specs change, respecting branch protection rules.