org secrets

This commit is contained in:
Lunny Xiao
2022-11-25 17:48:46 +08:00
committed by Jason Song
parent 8dc263c6ed
commit 5b55fd0d36
3 changed files with 38 additions and 1 deletions
+2
View File
@@ -793,6 +793,8 @@ func RegisterRoutes(m *web.Route) {
m.Group("/secrets", func() {
m.Get("", org.Secrets)
m.Post("", bindIgnErr(forms.AddSecretForm{}), org.SecretsPost)
m.Post("/delete", org.SecretsDelete)
})
m.Group("/runners", func() {