I have a question about the github actions, how ar...
# general
p
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
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
I see!
So no need to supply them 🙂
Thanks!
👍 1