There was an error while loading. Please reload this page.
2 parents 0187fc9 + d2ce4c1 commit 6b23521Copy full SHA for 6b23521
1 file changed
pkg/comp-functions/functions/vshnforgejo/register.go
@@ -25,6 +25,10 @@ func init() {
25
Name: "ssh",
26
Execute: ConfigureSSHAccess,
27
},
28
+ {
29
+ Name: "billing",
30
+ Execute: AddBilling,
31
+ },
32
33
})
34
}
0 commit comments