An open API service indexing awesome lists of open source software.

https://github.com/dotsecenv/.github

safe environment secrets
https://github.com/dotsecenv/.github

Last synced: 3 months ago
JSON representation

safe environment secrets

Awesome Lists containing this project

README

          

# dotsecenv

Manages encrypted secrets in your repositories, so you don't have to worry about accidentally leaking credentials!

### Install

```bash
curl -fsSL https://get.dotsecenv.com/install.sh | bash
```

See [github.com/dotsecenv/dotsecenv](https://github.com/dotsecenv/dotsecenv#install-script-recommended) for all installation options.

### `dotsecenv` solves this problem:

```shell
echo "AWS_SECRET_ACCESS_KEY=your-secret-key" > .env
git add -A
git commit -m "..."
git push
# 😱 You've just leaked your credentials!
```