You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Bo-Yi Wu b91057b172
feat(API): add route and implementation for creating/updating repository secret (#26766)
spec:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#create-or-update-a-repository-secret

- Add a new route for creating or updating a secret value in a
repository
- Create a new file `routers/api/v1/repo/action.go` with the
implementation of the `CreateOrUpdateSecret` function
- Update the Swagger documentation for the `updateRepoSecret` operation
in the `v1_json.tmpl` template file

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
admin Simplify helper CSS classes and avoid abuse (#26728) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Use docs.gitea.com instead of docs.gitea.io (#26739) 1 year ago
code Refactor some CSS styles and simplify code (#26771) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve modal dialog UI (#26764) 1 year ago
explore remove unnecessary explore org template (#26459) 2 years ago
mail Add template linting via djlint (#25212) 2 years ago
org Fix incorrect "tabindex" attributes (#26733) 1 year ago
package Use docs.gitea.com instead of docs.gitea.io (#26739) 1 year ago
projects Refactor some CSS styles and simplify code (#26771) 1 year ago
repo Add default label in branch select list (#26697) 1 year ago
shared Fix typo of RunerOwnerID (#26508) 1 year ago
status Replace fomantic divider module with our own (#25539) 2 years ago
swagger feat(API): add route and implementation for creating/updating repository secret (#26766) 1 year ago
user Use docs.gitea.com instead of docs.gitea.io (#26739) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Use docs.gitea.com instead of docs.gitea.io (#26739) 1 year ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2 years ago