File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ Deploy the service to your server, for example:
2525docker run --publish 5000:5000 --env GITHUB_TOKEN=YOURTOKEN ghcr.io/badsyntax/strapi-webhook-actions-proxy:latest
2626```
2727
28- TODO: env
29-
3028Create 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
3533For 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```
You can’t perform that action at this time.
0 commit comments