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.
forgejo/templates
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>
10 months ago
..
admin Make "link-action" backend code respond correct JSON content (#26680) 11 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Check disabled workflow when rerun jobs (#26535) 11 months ago
code Fix inconsistent user profile layout across tabs (#25625) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest More improvements for the "flex list" and the dashboard list (#26675) 11 months ago
explore remove unnecessary explore org template (#26459) 11 months ago
mail Add template linting via djlint (#25212) 1 year ago
org Make "link-action" backend code respond correct JSON content (#26680) 11 months ago
package Use flex classes in package settings (#26314) 11 months ago
projects fix grab cursor on default column (#26476) 11 months ago
repo Remove ref name in PR commits page (#25876) 10 months ago
shared Fix typo of RunerOwnerID (#26508) 11 months ago
status Replace fomantic divider module with our own (#25539) 1 year ago
swagger feat(API): update and delete secret for managing organization secrets (#26660) 10 months ago
user Make "link-action" backend code respond correct JSON content (#26680) 11 months ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Show correct SSL Mode on "install page" (#25818) 12 months ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 1 year ago