1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

[ACTIONS] forgejo actions --registration-token-admin

This commit is contained in:
Earl Warren 2023-03-09 10:56:38 +01:00
parent bc4ecc7025
commit 481d813539
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 117 additions and 0 deletions

View file

@ -58,6 +58,7 @@ func main() {
arguments - which can alternatively be run by running the subcommand web.`
app.Version = Version + formatBuiltWith()
app.Commands = []cli.Command{
cmd.CmdActions,
cmd.CmdWeb,
cmd.CmdServ,
cmd.CmdHook,