This website requires JavaScript.
Explore
Help
Sign In
drunkendog
/
gitea-actions-badges
mirror of
https://git.162536.xyz/drunkendog/gitea-actions-badges.git
Watch
1
Star
0
Fork
You've already forked gitea-actions-badges
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e25c048717
gitea-actions-badges
/
generate-key.sh
5 lines
96 B
Bash
Raw
Blame
History
#!/bin/bash
echo
-n
"Enter repo: "
read
-r
echo
"
-
$REPLY
-
$(
openssl rand -hex 20
)
"
>> keys.yaml
Reference in New Issue
View Git Blame
Copy Permalink