This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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

4 lines
67 B
Bash

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