From 69f357021e124df9022ed2fb9fba0f62272bd9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 19 Jul 2024 17:16:48 +0200 Subject: [PATCH] nix/master: describe how to inject secrets. --- nix/master.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/master.nix b/nix/master.nix index f3946d3..d984039 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -145,7 +145,7 @@ in [ name = "upload-to-s3"; environment = { - S3_TOKEN = "xxxxxxx"; + S3_TOKEN = "%(secret:s3-token)"; S3_BUCKET = "bucket"; }; command = [ "nix" "copy" "%result%" ];