diff --git a/examples/v1beta1/github-owners/curl.sh b/examples/v1beta1/github-owners/curl.sh index c067ba0b09..d4252963ee 100644 --- a/examples/v1beta1/github-owners/curl.sh +++ b/examples/v1beta1/github-owners/curl.sh @@ -1,6 +1,6 @@ curl -v \ -H 'X-GitHub-Event: pull_request' \ --H 'X-Hub-Signature-256: sha256=a7b3a3840860ef271afde557e8b6c89cc69539a396417f93d847e1890d3c8184' \ +-H 'X-Hub-Signature-256: sha256=407de896d43ea3605e0e897112493c5f81eb052bff0b48783f7dfa264e3dceae' \ -H 'Content-Type: application/json' \ --d '{"action": "opened","number": 1503,"repository":{"full_name": "tektoncd/triggers", "clone_url": "https://github.com/tektoncd/triggers.git"}, "sender":{"login": "dibyom"}}' \ +-d '{"action": "opened","number": 1503,"repository":{"full_name": "tektoncd/triggers", "clone_url": "https://github.com/tektoncd/triggers.git"}, "sender":{"login": "khrm"}}' \ http://localhost:8080 \ No newline at end of file