-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
User secrets #22183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is that a toggle-able feature? I don't see any secrets tab on repo/org on 1.19. |
The secrets are in the settings of the repo/org. |
Ah, I do see the tab on try.gitea.io, but not on my local instances, must be something in the config or db that's preventing the tabs from showing. |
Are you sure you have that commit already on your instance? |
Ah, I was out of date. Did miss that PR apparently. |
Fixes #22183 Replaces #22187 This PR adds secrets for users. I refactored the files for organizations and repos to use the same logic and templates. I splitted the secrets from deploy keys again and reverted the fix from #22187. --------- Co-authored-by: Lunny Xiao <[email protected]>
Currently, we have both org- and repo secrets.
Some users already reported that they would like to have secrets that are shared across their own repos as well.
The code base should already allow that already, the only thing that needs to be added is a settings page to configure the user secrets.
Originally posted by @KN4CK3R in #22142 (comment), but extracted into its own issue to get the PR merged
The text was updated successfully, but these errors were encountered: