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 }}