is there a way to get github-secrets into esc? The...
# esc
a
is there a way to get github-secrets into esc? The solution here does it the other way around https://github.com/pulumi/esc-examples/tree/main/sync/github-secrets
a
GitHub secrets are not readable after they are set. That's just the way they are designed by GitHub. They are only readable by GHA workflows and although they can be explicitly printed to the workflow log a lot of them will be masked.
a
Thanks🙂