update_again
All checks were successful
Test Gitea Secrets / deploy-to-modal (push) Successful in 19s

This commit is contained in:
DatTT127
2026-07-17 00:29:00 +07:00
parent d38ca6bf23
commit 06197447f7

View File

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