1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 03:26:11 +02:00
gitea/routers/api
Bo-Yi Wu 79d74d208f
Add API route to list org secrets (#26485)
- Add a new function `CountOrgSecrets` in the file
`models/secret/secret.go`
- Add a new file `modules/structs/secret.go`
- Add a new function `ListActionsSecrets` in the file
`routers/api/v1/api.go`
- Add a new file `routers/api/v1/org/action.go`
- Add a new function `listActionsSecrets` in the file
`routers/api/v1/org/action.go`

go-sdk: https://gitea.com/gitea/go-sdk/pulls/629

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-08-15 14:32:43 +02:00
..
actions fix artifact merging chunks path with correct slash on Windows (#26400) 2023-08-08 17:21:48 +00:00
packages Fix NuGet search endpoints (#25613) 2023-08-14 02:50:55 +00:00
v1 Add API route to list org secrets (#26485) 2023-08-15 14:32:43 +02:00