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/routers
Bo-Yi Wu b62c8e7765
feat(API): update and delete secret for managing organization secrets (#26660)
- Add `UpdateSecret` function to modify org or user repo secret
- Add `DeleteSecret` function to delete secret from an organization
- Add `UpdateSecretOption` struct for updating secret options
- Add `UpdateOrgSecret` function to update a secret in an organization
- Add `DeleteOrgSecret` function to delete a secret in an organization

GitHub API

1. Update Org Secret:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#create-or-update-an-organization-secret
2. Delete Org Secret:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#delete-an-organization-secret

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 year ago
..
api feat(API): update and delete secret for managing organization secrets (#26660) 1 year ago
common Start using template context function (#26254) 2 years ago
install Handle base64 decoding correctly to avoid panic (#26483) 2 years ago
private Add context parameter to some database functions (#26055) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Remove ref name in PR commits page (#25876) 1 year ago
init.go Pre-register OAuth2 applications for git credential helpers (#26291) 2 years ago