gitea-actions-badges/generate-key.sh

5 lines
96 B
Bash

#!/bin/bash
echo -n "Enter repo: "
read -r
echo "- $REPLY-$(openssl rand -hex 20)" >> keys.yaml