From ceb5da99e2570e2071bfa310ad192a81d04ce78e Mon Sep 17 00:00:00 2001 From: Sai Nivedh Date: Wed, 25 Sep 2024 15:01:03 +0530 Subject: [PATCH] add secrets to Cleanup --- .github/workflows/run_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 744f5e1..733dd7d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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}