This website requires JavaScript.
Explore
Help
Sign In
drunkendog
/
gitea-actions-badges
Watch
1
Star
0
Fork
You've already forked gitea-actions-badges
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ad46bc733
gitea-actions-badges
/
generate-key.sh
5 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-09-15 18:12:06 +01:00
#!/bin/bash
Bind to 0.0.0.0 for start.sh and delete newline in generate-key.sh
2023-09-15 21:05:31 +01:00
echo
-n
"Enter repo: "
Initial commit
2023-09-15 18:12:06 +01:00
read
-r
echo
"
-
$REPLY
-
$(
openssl rand -hex 20
)
"
>> keys.yaml