Skip to content

Commit d6c9499

Browse files
authored
Update README.md
1 parent 90b7c48 commit d6c9499

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Deploy the service to your server, for example:
2525
docker run --publish 5000:5000 --env GITHUB_TOKEN=YOURTOKEN ghcr.io/badsyntax/strapi-webhook-actions-proxy:latest
2626
```
2727

28-
TODO: env
29-
3028
Create a new Webhook in strapi that points to the service with the following query params:
3129

3230
- `event_type`: Any string. This value must match the `repository_dispatch` type specified in your GitHub Actions workflow file.
@@ -35,5 +33,5 @@ Create a new Webhook in strapi that points to the service with the following que
3533
For example:
3634

3735
```
38-
http://strapi-webhook-actions-proxy.example.com/api?event_type=strapi_updated&repo=badsyntax/awesome-website
36+
http://strapi-webhook-actions-proxy.example.com/api?event_type=strapi_updated&repo=username/awesome-website
3937
```

0 commit comments

Comments
 (0)