Skip to content

Commit

Permalink
Update workflow_ECDC_update_PR_fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaEB authored Jan 16, 2025
1 parent f4ec12b commit a0c3276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ECDC_update_PR_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

# Run on schedule
schedule:
- cron: "00 08 * * 2" #tuesday 8AM
- cron: "00 08 * * 2" #tuesday 8AM
# TODO: look up how to trigger when other workflow (in other repository) is completed
# Or you can manually trigger the workflow
workflow_dispatch:
Expand Down Expand Up @@ -113,4 +113,4 @@ jobs:
- name: Open the pull requests
run: gh pr create --head YourGitHubUserName:pr-new-branch --base main --title 'PR Title' --body 'PR Body'
env:
GH_TOKEN: ${{ secrets.MY_PAT_SECRET }} #Probably largely the same token (?) - one for respicast, one for modelling repo.
GH_TOKEN: ${{ secrets.MY_PAT_SECRET }} #Probably largely the same token (?) - one for respicast, one for modelling repo.

0 comments on commit a0c3276

Please sign in to comment.