Add the nixpkgs-swh deployment key ()

This commit is contained in:
lewo 2020-03-18 13:02:37 +01:00 committed by GitHub
parent b13bc82875
commit b0770125d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -72,6 +72,11 @@ in
permissions = "0600";
};
deployment.keys.github-nixpkgs-swh-key = {
text = secrets.github-nixpkgs-swh-key;
user = "buildkite-agent";
permissions = "0400";
};
};
}

Binary file not shown.