mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-12 04:04:27 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| action.go | ||
| activity.go | ||
| activitypub.go | ||
| app.go | ||
| cron.go | ||
| issue.go | ||
| key.go | ||
| misc.go | ||
| nodeinfo.go | ||
| notify.go | ||
| options.go | ||
| org.go | ||
| package.go | ||
| repo.go | ||
| settings.go | ||
| user.go | ||