nix/master: describe how to inject secrets.
This commit is contained in:
parent
e99623b2f6
commit
69f357021e
|
@ -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%" ];
|
||||||
|
|
Loading…
Reference in a new issue