From 06197447f77d93274adf75bdf53e2c026f81c63e Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Fri, 17 Jul 2026 00:29:00 +0700 Subject: [PATCH] update_again --- .gitea/workflows/test_secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_secret.yaml b/.gitea/workflows/test_secret.yaml index a85c53c..a54d96a 100644 --- a/.gitea/workflows/test_secret.yaml +++ b/.gitea/workflows/test_secret.yaml @@ -31,7 +31,7 @@ jobs: FIRST_5=$(echo "$MODAL_TOKEN_ID" | cut -c1-5) echo "DEBUG: First 5 chars are: '$FIRST_5'" cd workspace/sprint_1_2/CODEBASE/deps/implementation - modal deploy test_worker.py + modal deploy test_worker.py env: # This maps the Gitea Repository Secret to an Environment Variable MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}