Skip to content

fix(ci): wire release-please PAT into release workflow - #2277

Merged
OgeonX-Ai merged 1 commit into
mainfrom
codex/release-please-rollout-ci-autopilot-20260713
Jul 13, 2026
Merged

fix(ci): wire release-please PAT into release workflow#2277
OgeonX-Ai merged 1 commit into
mainfrom
codex/release-please-rollout-ci-autopilot-20260713

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Summary

Update the release-please caller workflow to use the merged org reusable workflow commit and pass RELEASE_PLEASE_TOKEN explicitly.

Changes

  • pin the reusable workflow call to .github commit 320a99a4c15487786dc73827ba7416303ab3fd1b
  • pass secrets.RELEASE_PLEASE_TOKEN into the reusable workflow

Why

GitHub Actions on these repos cannot create release PRs with the default token alone. The reusable workflow now supports an explicit PAT fallback, so the caller must pass it.

Validation

  • compared the live default-branch workflow against the prepared local workflow
  • verified repo-level RELEASE_PLEASE_TOKEN exists before opening this PR
  • verified the canary rollout succeeded on the same reusable workflow SHA

Risks

This changes the release automation path on the default branch. The expected follow-up signal is a fresh Release Please workflow run after merge.

Related

Follows .github PR #24 and the successful canary rollout in autogen and gsd-orchestrator.

Reviewer notes

Start with .github/workflows/release-please.yml; the change is intentionally limited to one workflow file.

@OgeonX-Ai
OgeonX-Ai merged commit cac094c into main Jul 13, 2026
@OgeonX-Ai
OgeonX-Ai deleted the codex/release-please-rollout-ci-autopilot-20260713 branch July 13, 2026 09:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d8c057c384

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +13 to +15
uses: Coding-Autopilot-System/.github/.github/workflows/release-please-reusable.yml@320a99a4c15487786dc73827ba7416303ab3fd1b
secrets:
release-please-token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Record this successful release workflow fix

AGENTS.md requires that after each successful fix, the change adds a short entry under memory/examples/ with Issue Description, State, Action, Result, Diff Patch, and Rationale. This commit only updates the release workflow, so the release-please PAT fix is not captured for future cross-repo reuse and the repo's documented maintenance process is skipped.

Useful? React with 👍 / 👎.

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