Skip to content

Commit

Permalink
Update html-pdf-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agapasieka authored Oct 16, 2024
1 parent df36e26 commit b1881ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/html-pdf-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
RECEIVER_EMAIL: ${{ secrets.RECEIVER_EMAIL }}

0 comments on commit b1881ee

Please sign in to comment.