From bbd8d0b7e8524ee802fc8156ad785c6326b99962 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 29 Aug 2024 00:02:22 -0700 Subject: [PATCH] Encrypt *.token files with sops Assume these contain single values that represent various authentication tokens --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cdca4acf..1e35b3bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ secrets.env filter=sops diff=sops -*.secrets filter=sops diff=sops \ No newline at end of file +*.secrets filter=sops diff=sops +*.token filter=sops diff=sops \ No newline at end of file