You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
Describe the feature or problem you’d like to solve
Be able to sync secrets from a config file
Describe the solution you'd like
E.g.
.envfile:running
ghs secrets:set --sync .env(or something similar) would erase existing secrets and createKEY1(=VALUE1) andKEY2(=VALUE2)Seems to be similar to another feature request (#12)