Adds support for `sensitive_envs` sections in configuration
3 files changed
+27
-2
5ea5baa1
→
b4274509
modified README.md
@@ -61,6 +61,8 @@ adapters:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -80,6 +82,8 @@ adapters:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/bin/ci-broker.rs
@@ -65,7 +65,9 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -2,6 +2,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -41,17 +42,35 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|