update the test_gitea
All checks were successful
Test Gitea Secrets / print-secret (push) Successful in 50s
All checks were successful
Test Gitea Secrets / print-secret (push) Successful in 50s
This commit is contained in:
@@ -5,11 +5,9 @@ jobs:
|
||||
print-secret:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print Secret
|
||||
env:
|
||||
# Map the Gitea secret to an environment variable
|
||||
MY_TEST_SECRET: ${{ secrets.MODAL_KEY }}
|
||||
run: |
|
||||
# Use 'echo' to print the variable
|
||||
# Gitea will automatically mask the actual value if it matches a secret
|
||||
echo "The secret value is: $MY_TEST_SECRET"
|
||||
- name: test modal worker pipeline
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
||||
modal deploy test_worker.py
|
||||
Reference in New Issue
Block a user