mirror of
https://github.com/r-freeman/workflow-with-secrets.git
synced 2024-11-11 11:55:41 +00:00
add readme
This commit is contained in:
parent
f6ca46ff64
commit
ed014c671f
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
## Workflow with secrets
|
||||
|
||||
Useful Gitea workflow for safe decryption of secrets in a .env which might contain sensitive data such usernames,
|
||||
passwords, API keys and so on. A good use case for this workflow is to use it to provide decrypted environment variables at
|
||||
runtime to a docker container. For example, `docker run --env-file ./.env ubuntu bash`.
|
Loading…
Reference in New Issue
Block a user