Pass DOCS_LITELLM_API_KEY to agentic workflow callers via secrets: inherit#645
Open
theletterf wants to merge 1 commit into
Open
Pass DOCS_LITELLM_API_KEY to agentic workflow callers via secrets: inherit#645theletterf wants to merge 1 commit into
theletterf wants to merge 1 commit into
Conversation
…herit Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uses:/workflow_call. Without explicit passthrough,ANTHROPIC_API_KEY(mapped fromsecrets.DOCS_LITELLM_API_KEY) is empty and the agentic workflows fail with "None of the following secrets are set: ANTHROPIC_API_KEY".secrets: inheritto each of the 7 docs-sweep jobs so the calling workflow passes all its secrets down to the reusable workflow.copilot-requests: writepermission from each workflow'spermissions:block (the Copilot engine was replaced by the Claude/LiteLLM engine).Files changed
docs-applies-to-sweep.yml,docs-coherence-sweep.yml,docs-frontmatter-sweep.yml,docs-openings-sweep.yml,docs-staleness-sweep.yml,docs-style-sweep.yml,docs-typos-sweep.ymlTest plan
ANTHROPIC_API_KEY.🤖 Generated with Claude Code