Revert "Scope macOS signing secrets to release environment"#22513
Conversation
This reverts commit 99157f3.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 643870a53e
ℹ️ 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".
| - runner: macos-15-xlarge | ||
| target: aarch64-apple-darwin | ||
| bundle: primary | ||
| artifact_name: aarch64-apple-darwin | ||
| binaries: "codex codex-responses-api-proxy" | ||
| build_dmg: "true" |
There was a problem hiding this comment.
Restore the macOS signing environment
For these macOS matrix entries, the job now runs under build, which no longer declares environment: macos-signing like the deleted build-macos job did. If the Apple certificate/notarization credentials are still scoped to that environment, GitHub will not expose them to this job, and .github/actions/macos-code-sign will fail immediately on its required empty inputs during every macOS release leg.
Useful? React with 👍 / 👎.
Reverts #22443