ci: add missing secret map
This commit is contained in:
parent
82fd159913
commit
ae12cae948
1 changed files with 1 additions and 1 deletions
2
ci.nix
2
ci.nix
|
@ -12,7 +12,7 @@ let
|
||||||
drv,
|
drv,
|
||||||
...
|
...
|
||||||
}: effects.mkEffect (args // {
|
}: effects.mkEffect (args // {
|
||||||
|
secretsMap.deploy = "deploy";
|
||||||
# This style of variable passing allows overrideAttrs and modification in
|
# This style of variable passing allows overrideAttrs and modification in
|
||||||
# hooks like the userSetupScript.
|
# hooks like the userSetupScript.
|
||||||
inherit hostname drv;
|
inherit hostname drv;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue