debugging
All checks were successful
DogFacts / deploy (push) Successful in 11s

This commit is contained in:
2025-06-08 15:02:39 -05:00
parent b000ec2010
commit f59c47435a
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: DogFacts
on:
workflow_dispatch:
push
# workflow_dispatch:
# schedule:
# - cron: '35 */4 * * *'
jobs:
@ -20,7 +21,7 @@ jobs:
run:
python dog_facts.py
env:
BOTS_DOGFACTS_TOKEN: ${{ secrets.BOTS_BOTSY_TOKEN }}
BOTS_DOGFACTS_TOKEN: ${{ secrets.BOTS_DOGFACTS_TOKEN }}
BOTS_ENDPOINT: ${{ secrets.BOTS_ENDPOINT }}
PUSHOVER_ENDPOINT: ${{ secrets.PUSHOVER_ENDPOINT }}
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}