Skip to content

Commit

Permalink
Update update-csvs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
keithboone authored Dec 9, 2024
1 parent e7d6555 commit f99f8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-csvs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: |
git config --global user.name 'Automated CSV Converter'
git config --global user.email '[email protected]'
git config pull.rebase false
git add -A
git commit -m "Add downloaded CSV files"
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
Expand Down

0 comments on commit f99f8fb

Please sign in to comment.