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

No practical way to pass secrets to called workflows #77

Open
PoisonPhang opened this issue Aug 13, 2024 · 0 comments
Open

No practical way to pass secrets to called workflows #77

PoisonPhang opened this issue Aug 13, 2024 · 0 comments

Comments

@PoisonPhang
Copy link

From what I've gathered, there is no way to provide secrets from this action to another dispatched workflow. If your workflow dispatches another workflow, it must do so as a job. There is no secure way to provide secrets from this action to such a workflow.
At best, you could supply it another job with it's own steps via encryption (as seen here), but given that jobs for dispatching other workflows can't have steps - you could not decode such a secret from a "secret-store" inside the same job.

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

No branches or pull requests

1 participant