From d493cc59ec84e06d3fffaa824670665dc2ca8a41 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 3 Jul 2023 20:40:36 +0900 Subject: [PATCH] test sops --- .sops.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.sops.yaml b/.sops.yaml index 1f240db8..a8690d91 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,7 +1,9 @@ keys: - &albert D98BBC6C9A27324654C2D8C464F6C4EB46C4543A + - &root D98BBC6C9A27324654C2D8C464F6C4EB46C4543A creation_rules: - path_regex: secrets/[^/]+\.yaml$ key_groups: - pgp: - - *albert \ No newline at end of file + - *albert + - *root \ No newline at end of file