Skip to content

Commit

Permalink
fix authentification
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 27, 2024
1 parent afbbfdf commit ca4f772
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 @@ -74,6 +74,9 @@ jobs:
else
git commit -m "Update flu forecasts $(date +%Y-%m-%d)"
# Set the remote URL with authentication token
git remote set-url origin "https://${{ secrets.PRIVATE_ACCESS_TOKEN }}@github.com/${{ github.actor }}/FluSight-forecast-hub.git"
# Push to fork
git push origin $BRANCH_NAME
Expand Down

0 comments on commit ca4f772

Please sign in to comment.