Add the nixpkgs-swh deployment key (#10)
This commit is contained in:
parent
b13bc82875
commit
b0770125d0
2 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ in
|
|||
permissions = "0600";
|
||||
};
|
||||
|
||||
deployment.keys.github-nixpkgs-swh-key = {
|
||||
text = secrets.github-nixpkgs-swh-key;
|
||||
user = "buildkite-agent";
|
||||
permissions = "0400";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
BIN
secrets/github-nixpkgs-swh-key
Normal file
BIN
secrets/github-nixpkgs-swh-key
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue