update_again
Some checks failed
Test Gitea Secrets / deploy-to-modal (push) Failing after 16s

This commit is contained in:
DatTT127
2026-07-17 00:26:13 +07:00
parent 0f7f0dddd8
commit d38ca6bf23

View File

@@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v4
- name: Debug Modal Credentials
run: |
run: |
echo "DEBUG: Token ID is: '${MODAL_TOKEN_ID}'"
echo "DEBUG: Token ID length is: ${#MODAL_TOKEN_ID}"
@@ -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: