Skip to content

Commit

Permalink
Merge pull request #68 from eblaauw/patch-2
Browse files Browse the repository at this point in the history
chore(): Add an option to programmatically set the secrets
  • Loading branch information
third774 authored Aug 5, 2024
2 parents 0b068d7 + 6069add commit 17d9b88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ wrangler login
```sh
wrangler secret put CALLS_APP_SECRET
```
or to programmatically set the secret, run:
```sh
echo REPLACE_WITH_YOUR_SECRET | wrangler secret put CALLS_APP_SECRET
```

4. Then you can run

Expand Down

0 comments on commit 17d9b88

Please sign in to comment.