0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 20:49:13 +01:00
gitea/services/convert
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
..
activity.go
attachment.go
convert.go
git_commit_test.go
git_commit.go
issue_comment.go
issue_test.go
issue.go
main_test.go
mirror.go
notification.go
package.go
pull_review.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
pull_test.go
pull.go
release.go
repository.go
secret.go feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
status.go
user_test.go
user.go
utils_test.go
utils.go
wiki.go