What are secrets?
Secrets are encrypted key-value pairs that you can use to store API keys, authentication tokens, encryption keys, cloud provider access credentials, and database connection details.
To get started, create a secret and then enter a key and value for it.
You can then securely add secrets to structures as environment variables, so that you can use them without exposing sensitive information in your code.