Skip to content

Commit

Permalink
add secrets to Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sainivedh committed Sep 25, 2024
1 parent da28dbd commit ceb5da9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
run: pytest tests/ -n auto
continue-on-error: true
- name: Cleanup
env:
CLARIFAI_USER_EMAIL: ${{ secrets.INTERNAL_USER_EMAIL }}
CLARIFAI_USER_PASSWORD: ${{ secrets.INTERNAL_USER_PASSWORD }}
if: ${{ always() }}
run: |
python scripts/app_and_key_for_tests.py --delete-app ${CLARIFAI_APP_ID}
Expand Down

0 comments on commit ceb5da9

Please sign in to comment.