https://pulumi.com logo
p

proud-optician-56680

05/10/2020, 6:03 PM
I have a question about the github actions, how are secrets and configuration values handled inside the github actions? https://github.com/pulumi/actions-example-gke-rails Here there is a few mentions to configurations, but there isn't an indication on where they're passed 🙂
g

gifted-ocean-95126

05/10/2020, 6:16 PM
Hi Joel! I'm new to Pulumi myself, but I believe that the secrets and configuration values are synchronized across machines in the backend state.
So any values set on a developer machine would also be available on other machines (such as CI)
p

proud-optician-56680

05/10/2020, 7:41 PM
I see!
So no need to supply them 🙂
Thanks!
👍 1