From de1f64679e6862ff519be85b9f012723ec8b842e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 10:18:52 +0100 Subject: [PATCH] validate secret management --- README.md | 2 +- example/albatros.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6f0548..7f818ae 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ nothing more. Don't have any expectation in term of code quality, abstraction or anything else. - [ ] Read Nomad+Consul config from environment variables -- [ ] Inject secrets only when the sender is trusted +- [X] Inject secrets only when the sender is trusted - [ ] Test PR behavior ### Ideas diff --git a/example/albatros.json b/example/albatros.json index 4c88848..1a33c22 100644 --- a/example/albatros.json +++ b/example/albatros.json @@ -1,6 +1,6 @@ { "ref": "refs/heads/main", - "after": "c36a4527c06f0cbea1d4441f859265a73da04cca", + "after": "71cf9a125e125456533242a9beb1b234ce1d3e54", "repository": { "owner": { "username": "quentin" @@ -9,6 +9,6 @@ "clone_url": "https://git.deuxfleurs.fr/quentin/albatros.git" }, "sender": { - "username": "quentin" + "username": "external_contributor" } }