From b1881eea7cb6c66b18fdcf186af0895443c91596 Mon Sep 17 00:00:00 2001 From: Agnieszka Pasieka <61354571+agapasieka@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:02:46 +0100 Subject: [PATCH] Update html-pdf-workflow.yml --- .github/workflows/html-pdf-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/html-pdf-workflow.yml b/.github/workflows/html-pdf-workflow.yml index b075e13..f88b812 100644 --- a/.github/workflows/html-pdf-workflow.yml +++ b/.github/workflows/html-pdf-workflow.yml @@ -37,10 +37,10 @@ jobs: - name: Run Python script run: | cd html-pdf-converter/ - sleep 20 + sleep 60 python3 html-pdf-converter-email.py # Passes secrets as environment variables to Python script env: EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }} EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }} - RECEIVER_EMAIL: ${{ secrets.RECEIVER_EMAIL }} \ No newline at end of file + RECEIVER_EMAIL: ${{ secrets.RECEIVER_EMAIL }}