Skip to content

Instantly share code, notes, and snippets.

View iandone's full-sized avatar
🏠
Working from home

Ioana Alina Andone iandone

🏠
Working from home
  • FundApps
  • London
View GitHub Profile
@ciiqr
ciiqr / dispatch.sh
Last active July 16, 2024 19:56
github actions, repository_dispatch with client_payload
# TODO: replace :token, :user, and :repo
curl -H "Authorization: token :token" \
-H 'Accept: application/vnd.github.everest-preview+json' \
"https://api.github.com/repos/:user/:repo/dispatches" \
-d '{"event_type": "awesomeness", "client_payload": {"foo": "bar"}}'