Commit 8ce5b81
Fix Binder workflow: trigger via mybinder.org dispatcher
The upstream repo2docker-action hardcodes https://gke.mybinder.org/build/...
which has been decommissioned and now serves a self-signed Kubernetes ingress
cert, breaking the workflow with SSL errors. Replace the action with a direct
curl to https://mybinder.org/build/... — the federation dispatcher routes to
live members (2i2c/gesis/bids). SSE Accept header is required by the new
dispatcher.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 639ebb3 commit 8ce5b81
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments