Skip to content

Commit

Permalink
Fix GITHUB_WEBHOOK_TOKEN env var example
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Apr 25, 2023
1 parent c1113ac commit 04621ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ make test

```bash
cd example/
export WEBHOOK_SECRET="..."
export GITHUB_WEBHOOK_TOKEN="..."
export GITHUB_TOKEN="..."
export GITHUB_ORG="..."
docker-compose up --build
Expand Down

0 comments on commit 04621ac

Please sign in to comment.