Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-step committed Jan 25, 2025
1 parent 3bcb2d3 commit 1b0ddc7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/get-emails-new.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: get-emails

on:
# push:
# branches: [ main ]
# schedule:
# - cron: "*/30 * * * *" # run every 30mins instaed of every hr @ the 30min mark
push:
branches: [main]
schedule:
- cron: "*/30 * * * *" # run every 30mins instaed of every hr @ the 30min mark

workflow_dispatch:

Expand All @@ -30,3 +30,5 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MONGO_CONN: ${{ secrets.MONGO_CONN }}
GMAIL_TOKEN_JSON: ${{ secrets.GMAIL_TOKEN_JSON }}
PROTON_USERNAME: ${{ secrets.PROTON_USERNAME }}
PROTON_PASSWORD: ${{ secrets.PROTON_PASSWORD }}

0 comments on commit 1b0ddc7

Please sign in to comment.