Skip to content

Commit 3cc826f

Browse files
committed
chore: Big Unification — attach to BoJ Server / Casket architecture
1 parent e812bb1 commit 3cc826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Trigger BoJ Server (Casket/ssg-mcp)
1616
run: |
1717
# Send a secure trigger to boj-server to build this repository
18-
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/build" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\"}"
18+
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1919
continue-on-error: true

0 commit comments

Comments
 (0)