Skip to content

fix: inherit secrets in reusable workflow#3711

Merged
michaelmalave merged 1 commit into
mainfrom
mm/fix/inherit-secrets-in-workflow
May 14, 2026
Merged

fix: inherit secrets in reusable workflow#3711
michaelmalave merged 1 commit into
mainfrom
mm/fix/inherit-secrets-in-workflow

Conversation

@michaelmalave
Copy link
Copy Markdown
Contributor

@michaelmalave michaelmalave commented May 14, 2026

Summary

This change updates the release workflow so the reusable Fig autocomplete publish job receives inherited secrets during stable releases, for example. The scope is limited to CI workflow wiring to prevent post-release failures caused by missing secrets.

  • Fix secret propagation for the publish-to-fig-autocomplete reusable workflow call
  • Update .github/workflows/create-cli-release.yml to include secrets: inherit on that job

Type of Change

  • fix: Bug fix or issue (patch semvar update)
  • feat: Introduces a new feature to the codebase (minor semvar update)
  • perf: Performance improvement
  • docs: Documentation only changes
  • tests: Adding missing tests or correcting existing tests
  • chore: Code cleanup tasks, dependency updates, or other changes

Verification

Confirmed the workflow now passes inherited secrets to the reusable publish-to-fig-autocomplete job.

Additional Context

  • Breaking: none
  • Risk: low; scoped to a single workflow job configuration
  • Expected impact: avoids failures in post-release autocomplete publishing when secrets are required

Related Issue

Closes #[Github issue number]

… in create-cli-release so the post-release job has required secret access
@michaelmalave michaelmalave requested a review from a team as a code owner May 14, 2026 16:26
@michaelmalave michaelmalave changed the title Inherit secrets for the publish-to-fig-autocomplete reusable workflow… fix: inherit secrets in reusable workflow May 14, 2026
@michaelmalave michaelmalave merged commit 5dd58af into main May 14, 2026
17 of 19 checks passed
@michaelmalave michaelmalave deleted the mm/fix/inherit-secrets-in-workflow branch May 14, 2026 17:14
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