Skip to content

Commit 3b03be3

Browse files
committed
readme:: add example workflow
1 parent 366646d commit 3b03be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ uv run python cli_app.py
4646
- `EMAIL_PASSWORD` → Password for the email account (required if `EMAIL_SENDER` is set)
4747
- For Gmail, you can use an **App Password** generated here: https://myaccount.google.com/apppasswords
4848
- If both `EMAIL_SENDER` and `EMAIL_PASSWORD` are provided, the script can send email notifications about the purchase result.
49-
- Suitable for running in the background or scheduled tasks.
49+
- Suitable for running in the background, scheduled tasks, or automated execution in GitHub Actions workflows.
50+
- [example workflow](https://github.com/leewr9/atlottery/blob/master/.github/workflows/weekly-purchase.yml)
5051

5152
### Run GUI (Executable)
5253

0 commit comments

Comments
 (0)