gitea-actions-badges/generate-key.sh

5 lines
96 B
Bash
Raw Normal View History

2023-09-15 18:12:06 +01:00
#!/bin/bash
echo -n "Enter repo: "
2023-09-15 18:12:06 +01:00
read -r
echo "- $REPLY-$(openssl rand -hex 20)" >> keys.yaml