File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Useful when you want to run a GitHub Actions workflow when changes are made in S
1010
1111## Usage
1212
13- 1 . Ensure your GitHub Actions workflow file handles the "repository_dispatch" event with your custom type:
13+ 1 - Ensure your GitHub Actions workflow file handles the "repository_dispatch" event with your custom type:
1414
1515``` yml
1616name : Deploy
1919 types : [strapi_updated]
2020` ` `
2121
22- 2. Create a GitHub Personal access token with ` repo` scope
22+ 2 - Create a GitHub Personal access token with ` repo` scope
2323
24- 3. Deploy the service to your server, for example :
24+ 3 - Deploy the service to your server, for example :
2525
2626` ` ` bash
2727docker run \
@@ -32,7 +32,7 @@ docker run \
3232
3333(View [available docker tags](https://github.com/users/badsyntax/packages/container/package/strapi-webhook-actions-proxy), or just use `latest`.)
3434
35- 4. Create a new Webhook in Strapi that points to the service with the following query params :
35+ 4 - Create a new Webhook in Strapi that points to the service with the following query params :
3636
3737 - `event_type` : Any string. This value must match the `repository_dispatch` type specified in your GitHub Actions workflow file.
3838 - `repo` : GitHub `username/repo`
You can’t perform that action at this time.
0 commit comments