Add user-wide secrets for Actions #4136
Replies: 5 comments 4 replies
-
| You know you can set them at the organization level, right? Still want to have them for a user as well, or even a team level: that would help as well and saves you the hassle of using them on the organization level and then adding each repo that can use it to the allow list of the secret. | 
Beta Was this translation helpful? Give feedback.
-
| 
 Much the same for me migrating Google Cloud Build builds to Actions. The prospect of having to manage private keys for Google Cloud across a dozen GitHub repos, rather than manage a single auth with Google Cloud, is pretty scary. | 
Beta Was this translation helpful? Give feedback.
-
| I used to use the Azure DevOps pipelines, it has a  | 
Beta Was this translation helpful? Give feedback.
-
| Now that npm is enforcing new token lifetime limits, this missing feature requires me to frequently manually update my npm token across all my GitHub projects, which is quite cumbersome.. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently use Drone CI, and the one thing that I really love about it is the ability to use user-wide secrets.
This is probably one of the sole reasons I'm avoiding Actions for my builds, as needing to add the same secret to multiple repositories quickly becomes tedious as the number of repositories starts to rise.
Any chance secrets could be allowed on a per-user level?
Beta Was this translation helpful? Give feedback.
All reactions