From 5d2eb340ab5a777188122c9d7dfcbf7aeb8f5920 Mon Sep 17 00:00:00 2001 From: datadunia Date: Sat, 30 May 2026 14:51:18 +0700 Subject: [PATCH] ci: add GITEA_TOKEN for checkout authentication --- .gitea/workflows/deploy_call.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/deploy_call.yaml b/.gitea/workflows/deploy_call.yaml index 54c3b3c..f0e62ad 100644 --- a/.gitea/workflows/deploy_call.yaml +++ b/.gitea/workflows/deploy_call.yaml @@ -47,6 +47,11 @@ jobs: with: node-version: '24' + - name: Download Go modules + run: | + cd apps/server-core + go mod download + - name: Build Server Core run: | cd apps/server-core