0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-17 03:52:19 +01:00
gitea/routers
Bo-Yi Wu 23addde28e
feat: implement organization secret creation API (#26566)
- 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>
2023-08-22 11:20:34 +08:00
..
api feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
common
install Handle base64 decoding correctly to avoid panic (#26483) 2023-08-14 10:30:16 +00:00
private
utils
web Check disabled workflow when rerun jobs (#26535) 2023-08-22 10:30:02 +08:00
init.go