Encrypt *.token files with sops

Assume these contain single values that represent various authentication tokens
This commit is contained in:
Joey Hafner 2024-08-29 00:02:22 -07:00
parent 485c136d61
commit bbd8d0b7e8
No known key found for this signature in database

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
secrets.env filter=sops diff=sops
*.secrets filter=sops diff=sops
*.token filter=sops diff=sops