Secrets Store
In the settings panel, the secrets section allows users to create secret key-value pairs. The key is visible and needs to be unique. The value can be a secret token for example and will not be shown anywhere in the UI.
During the build, all secrets are injected as environment variables and can be accessed in Python by importing the os module.
Last updated