https://github.com/dotsecenv/.github
safe environment secrets
https://github.com/dotsecenv/.github
Last synced: 3 months ago
JSON representation
safe environment secrets
- Host: GitHub
- URL: https://github.com/dotsecenv/.github
- Owner: dotsecenv
- License: apache-2.0
- Created: 2025-12-13T14:21:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T00:57:53.000Z (3 months ago)
- Last Synced: 2026-03-06T04:54:26.827Z (3 months ago)
- Size: 1.38 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```