From fb52941dc6ea3cc44159a6c0f7948d31a4281483 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Mon, 24 Nov 2025 14:16:27 +0700 Subject: [PATCH] Workflow: try hello world to watcherd Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- .gitea/workflows/build-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 7e1dadd..f08e13c 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -10,5 +10,8 @@ jobs: uses: actions/checkout@v4 - name: Test pinging host.docker.internal run: | - curl -X POST http://host.docker.internal/run + curl -X POST http://host.docker.internal:3000/run \ + -H "Content-Type: application/json" \ + -H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \ + -d '{"command": "echo hello world!"}' \ No newline at end of file