Compare commits
2 Commits
02c5079e31
...
5876b0ebe3
Author | SHA1 | Date |
---|---|---|
|
5876b0ebe3 | |
|
d5e6960573 |
|
@ -17,7 +17,7 @@ import (
|
|||
email "git.tilde.town/tildetown/town/email"
|
||||
)
|
||||
|
||||
const pwLetters = "!@#$%^&*() []{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
|
||||
const pwLetters = "!@#$%^&*()[]{}:;,.<>/?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890"
|
||||
|
||||
func ProcessGitea(rp string) error {
|
||||
apiToken := os.Getenv("GITEA_TOKEN")
|
||||
|
|
Loading…
Reference in New Issue