nix/master: describe how to inject secrets.

This commit is contained in:
Jörg Thalheim 2024-07-19 17:16:48 +02:00 committed by GitHub
parent e99623b2f6
commit 69f357021e
Failed to generate hash of commit

View file

@ -145,7 +145,7 @@ in
[ [
name = "upload-to-s3"; name = "upload-to-s3";
environment = { environment = {
S3_TOKEN = "xxxxxxx"; S3_TOKEN = "%(secret:s3-token)";
S3_BUCKET = "bucket"; S3_BUCKET = "bucket";
}; };
command = [ "nix" "copy" "%result%" ]; command = [ "nix" "copy" "%result%" ];