Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.06 KB

https://hub.docker.com/u/gists/

The action is triggered by workflows push paths event or the repo's dispatch event.

Fork this repo, get your own personal access token.

POST /repos/:owner/:repo/dispatches

Trigger with curl command, example,

curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build"}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches

or

curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build", "client_payload": { "version": "0.33.0"}}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches