Skip to content

Commit

Permalink
fix gh actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 27, 2024
1 parent 271fdf0 commit fe0ed98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/submit-flu-forecasts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
# Add upstream remote if it doesn't exist
git remote add upstream https://github.com/cdcepi/FluSight-forecast-hub.git 2>/dev/null || true
# Set the origin remote with authentication token
git remote set-url origin "https://${{ secrets.PRIVATE_ACCESS_TOKEN }}@github.com/${{ github.actor }}/FluSight-forecast-hub.git"
# Fetch and sync with upstream
git fetch upstream
git checkout main
Expand Down

0 comments on commit fe0ed98

Please sign in to comment.