Skip to content

chore: replace REPO_SCOPED_TOKEN with GITHUB_TOKEN in openapi workflow#98

Merged
jagtejsodhi merged 1 commit intomainfrom
jagtej/fix-openapi-token
Mar 11, 2026
Merged

chore: replace REPO_SCOPED_TOKEN with GITHUB_TOKEN in openapi workflow#98
jagtejsodhi merged 1 commit intomainfrom
jagtej/fix-openapi-token

Conversation

@jagtejsodhi
Copy link
Collaborator

Summary

  • Replace REPO_SCOPED_TOKEN with GITHUB_TOKEN in .github/workflows/openapi.yml
  • This is the last remaining reference to the revoked PAT in the repo

Context

Follow-up to PR #96 which replaced the token in release-plz.yml. The peter-evans/create-pull-request action in the OpenAPI workflow also used the now-revoked REPO_SCOPED_TOKEN to create PRs for weekly codegen updates.

Test plan

  • Merge to main and trigger the workflow: gh workflow run openapi.yml --ref main
  • Verify the create pull request step doesn't fail with auth errors

🤖 Generated with Claude Code

The REPO_SCOPED_TOKEN PAT was revoked as part of the trusted publishing
migration. This is the last remaining reference — the peter-evans/create-pull-request
action needs a valid token to create PRs for OpenAPI codegen updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
@jagtejsodhi jagtejsodhi merged commit 9c8284a into main Mar 11, 2026
4 checks passed
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.

2 participants