Skip to content

Commit

Permalink
(ci) send payload to oidc edge build (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig authored Sep 13, 2022
1 parent 6508ddd commit 02d3978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_COUPER_API_TOKEN }}" \
https://api.github.com/repos/avenga/couper-oidc-gateway/dispatches \
-d '{"event_type": "edge-build"}'
-d '{"event_type": "edge-build", "client_payload": { "version": "edge" }}'

0 comments on commit 02d3978

Please sign in to comment.