Commit Graph

1 Commits (dbed39d63292517918c3b1a74aeb71ac8910beb7)

Author SHA1 Message Date
Bo-Yi Wu 23addde28e
feat: implement organization secret creation API ()
- Add a new `CreateSecretOption` struct for creating secrets
- Implement a `CreateOrgSecret` function to create a secret in an
organization
- Add a new route in `api.go` to handle the creation of organization
secrets
- Update the Swagger template to include the new `CreateOrgSecret` API
endpoint

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>