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:
25
25
docker run --publish 5000:5000 --env GITHUB_TOKEN=YOURTOKEN ghcr.io/badsyntax/strapi-webhook-actions-proxy:latest
26
26
```
27
27
28
- TODO: env
29
-
30
28
Create a new Webhook in strapi that points to the service with the following query params:
31
29
32
30
- ` 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
35
33
For example:
36
34
37
35
```
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
39
37
```
You can’t perform that action at this time.
0 commit comments