docs/bin/updatekeys.sh
Anthony LC 6b567a0f69 🔧(sops) add secrets
Add secrets to the repository using sops.
2024-04-05 12:42:33 +02:00

3 lines
67 B
Bash

#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;