Skip to content

Commit 3c35520

Browse files
committed
chore: Big Unification — attach to BoJ Server / Casket architecture
1 parent 50b17ee commit 3c35520

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)