ci: switch deploy secrets to age key workflow

This commit is contained in:
every.channel 2026-02-16 00:59:52 -05:00
parent d6a9af8f1e
commit 4dbd831d0b
No known key found for this signature in database
10 changed files with 186 additions and 30 deletions

View file

@ -37,6 +37,11 @@
];
in
{
packages = {
agenix = agenixPkg;
fj = pkgs.forgejo-cli;
};
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
rust