Compare commits
No commits in common. "5876b0ebe361ddd97aaf143dccc5af0da72d4846" and "02c5079e313f824fcbf53a886c0949cf1224ca6e" have entirely different histories.
5876b0ebe3
...
02c5079e31
|
@ -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