Skip to content

Commit 6b23521

Browse files
authored
Merge pull request #674 from vshn/enable-forgejo-billing
Enable forgejo billing function
2 parents 0187fc9 + d2ce4c1 commit 6b23521

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/comp-functions/functions/vshnforgejo/register.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ func init() {
2525
Name: "ssh",
2626
Execute: ConfigureSSHAccess,
2727
},
28+
{
29+
Name: "billing",
30+
Execute: AddBilling,
31+
},
2832
},
2933
})
3034
}

0 commit comments

Comments
 (0)