From 2448de13eae0f93f6af9549d44e1edf95f6fa2b3 Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Wed, 1 Oct 2025 14:01:05 +0300 Subject: [PATCH] update run-container.yml --- .github/workflows/run-container.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run-container.yml b/.github/workflows/run-container.yml index 529f85e..1b3a214 100644 --- a/.github/workflows/run-container.yml +++ b/.github/workflows/run-container.yml @@ -1,7 +1,7 @@ name: Run Docker Image on: - workflow_dispatch: # run manually, or change to push/pr + workflow_dispatch: schedule: - cron: "0 */2 * * *" @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Run container - run: | - docker run \ - -e smtp_email=${{ secrets.SMTP_EMAIL }} \ - -e smtp_password=${{ secrets.SMTP_PASSWORD }} \ - -e receiver_email=${{ secrets.RECEIVER_EMAIL }} \ - -e api_keys=${{ secrets.API_KEYS }} \ - ahmedhesham301/jobfit-ai:latest + - name: Run container + run: | + docker run \ + -e smtp_email=${{ secrets.SMTP_EMAIL }} \ + -e smtp_password=${{ secrets.SMTP_PASSWORD }} \ + -e receiver_email=${{ secrets.RECEIVER_EMAIL }} \ + -e api_keys=${{ secrets.API_KEYS }} \ + ahmedhesham301/jobfit-ai:latest