1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 01:46:41 +02:00
gitea/routers/api
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>
2023-08-24 02:07:00 +00: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 feat(API): update and delete secret for managing organization secrets (#26660) 2023-08-24 02:07:00 +00:00