Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Correctly pass secrets through to publishing workflow. #2023

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

trisyoungs
Copy link
Member

Publishing was broken after #2020 since secrets are not directly accessible to reusable workflows. Following the documentation at https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onworkflow_callsecrets this PR implements the necessary changes, but of course can't realistically test the changes until it's merged in.

Copy link
Contributor

@rprospero rprospero left a comment

Choose a reason for hiding this comment

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

Amazingly, this won't break any of my PRs.

It's amazing how many footguns the secrets management systems of every CI system has, yet the documentation always seems to bury these issues.

@rprospero rprospero merged commit 88573e2 into develop Dec 6, 2024
9 checks passed
@rprospero rprospero deleted the publishing-secrets branch December 6, 2024 14:10
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