Skip to content

fix(tool): update self-check for explicit secret passthrough - #21

Merged
iota9star merged 3 commits into
mainfrom
fix/self-check-secrets-passthrough
Aug 13, 2026
Merged

fix(tool): update self-check for explicit secret passthrough#21
iota9star merged 3 commits into
mainfrom
fix/self-check-secrets-passthrough

Conversation

@iota9star

Copy link
Copy Markdown
Member

Follow-up to #20. Self-check updated for secrets change.

…ssthrough

The security hardening replaced 'secrets: inherit' with explicit
PRECOMPILE_BINARIES_PRIVATE_KEY passthrough. Update the self-check to
match.
Copilot AI lite review requested due to automatic review settings August 13, 2026 14:31
@iota9star
iota9star merged commit 8195d78 into main Aug 13, 2026
1 check passed
@iota9star
iota9star deleted the fix/self-check-secrets-passthrough branch August 13, 2026 14:31

Copilot AI 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.

Pull request overview

Updates the Darwin package self-check script to reflect the CI change from secrets: inherit to explicit secret passthrough for the reusable precompile-binaries workflow call (follow-up to PR #20’s security hardening).

Changes:

  • Replaces the secrets: inherit invariant check with a check for explicit PRECOMPILE_BINARIES_PRIVATE_KEY passthrough in publish-pub.yml.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

" uses: ./.github/workflows/precompile-binaries.yml"
require_exact_line ".github/workflows/publish-pub.yml" " contents: write"
require_exact_line ".github/workflows/publish-pub.yml" " secrets: inherit"
require_contains ".github/workflows/publish-pub.yml" "PRECOMPILE_BINARIES_PRIVATE_KEY: \${{ secrets.PRECOMPILE_BINARIES_PRIVATE_KEY }}"
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