feat(actions): show inherited org secrets/variables in repo settings #81
Reference in New Issue
Block a user
Delete Branch "feature/inherited-org-secrets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Mimics GitHub behavior: repo-level Actions settings now display inherited org secrets and variables as read-only entries.
Changes
routers/web/shared/secrets/secrets.go� fetch org secrets when viewing repo secretsrouters/web/shared/actions/variables.go� fetch org variables when viewing repo variablestemplates/shared/secrets/add_list.tmpl� inherited org secrets section with override badgestemplates/shared/variables/variable_list.tmpl� inherited org variables section with override badgesoptions/locale/locale_en-US.json� new locale keys for override labelsBehavior
Closes #78