Skip to content

Pass secrets through reusable workflow chain#2691

Merged
v1v merged 1 commit into
mainfrom
copilot/configure-reusable-workflows
Jun 22, 2026
Merged

Pass secrets through reusable workflow chain#2691
v1v merged 1 commit into
mainfrom
copilot/configure-reusable-workflows

Conversation

Copilot AI commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

SLACK_BOT_TOKEN used in test.yml's Slack notification step was unavailable because secrets don't propagate automatically through reusable workflow calls. The chain release.ymltest-release.ymltest.yml was missing secrets: inherit at each hop.

Changes

  • release.yml: Add secrets: inherit to the test-release.yml call
  • test-release.yml: Add secrets: inherit to the test.yml call

Copilot AI assigned Copilot and v1v Jun 22, 2026
@v1v v1v marked this pull request as ready for review June 22, 2026 13:22
@v1v v1v requested review from a team as code owners June 22, 2026 13:22
@github-actions

Copy link
Copy Markdown

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@github-actions github-actions Bot added agent-python community Issues opened by the community triage Issues awaiting triage labels Jun 22, 2026

@xrmx xrmx left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@v1v v1v merged commit d11f8c8 into main Jun 22, 2026
100 checks passed
@v1v v1v deleted the copilot/configure-reusable-workflows branch June 22, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-python community Issues opened by the community triage Issues awaiting triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants