From d38ca6bf231bd648db475957de0dde230a597b50 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Fri, 17 Jul 2026 00:26:13 +0700 Subject: [PATCH] update_again --- .gitea/workflows/test_secret.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test_secret.yaml b/.gitea/workflows/test_secret.yaml index d9d742b..a85c53c 100644 --- a/.gitea/workflows/test_secret.yaml +++ b/.gitea/workflows/test_secret.yaml @@ -13,7 +13,6 @@ jobs: - name: Debug Modal Credentials run: | - run: | echo "DEBUG: Token ID is: '${MODAL_TOKEN_ID}'" echo "DEBUG: Token ID length is: ${#MODAL_TOKEN_ID}" # Use 'cut' to get the first 5 characters safely @@ -26,6 +25,11 @@ jobs: MODAL_TOKEN_SECRET: ${{ secrets.MODAL_SECRET }} - name: Deploy worker pipeline to Modal run: | + echo "DEBUG: Token ID is: '${MODAL_TOKEN_ID}'" + echo "DEBUG: Token ID length is: ${#MODAL_TOKEN_ID}" + # Use 'cut' to get the first 5 characters safely + 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 env: