Skip to content

Commit

Permalink
readme: add .secrets to git
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm committed Jun 5, 2024
1 parent 1f4f751 commit de2e375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ and use across dev and CI environments with no additional setup.
curl -f -o .secrets https://raw.githubusercontent.com/kamilchm/dotsecrets/main/dotsecrets
```

And add it to your repo:

```sh
git add .secrets
```

## Usage

Set the `SECRET_KEY` environment variable and start using it.
Expand Down

0 comments on commit de2e375

Please sign in to comment.