CodeForPittsburgh / food-access-map-data

Data for the food access map
MIT License
8 stars 18 forks source link

Securely storing project keys and passwords? #65

Closed maxachis closed 3 years ago

maxachis commented 3 years ago

We've got a few passwords and access keys floating around. If one of us gets raptured or whatever, we probably want to make sure that person wasn't the only one to know what the password or access key to something is, or that we have them stored somewhere safe. Not sure what this would look like in practice, but probably should keep it on our roadmap.

maxachis commented 3 years ago

Found a solution! We can store them on Github using Github Secrets!

https://docs.github.com/en/actions/reference/encrypted-secrets

hellonewman commented 3 years ago

we did it!