name: Test Gitea Secrets on: [push] jobs: print-secret: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Test modal worker pipeline # All shell commands must be in the 'run' block run: | ls -d workspace/sprint_1_2/CODEBASE/deps/implementation cd workspace/sprint_1_2/CODEBASE/deps/implementation modal deploy test_worker.py env: MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }} MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}