Skip to content

Commit

Permalink
Merge pull request #372 from kebaldwi/kebaldwi
Browse files Browse the repository at this point in the history
Update traffic_insights.yml
  • Loading branch information
kebaldwi authored Jan 28, 2025
2 parents 967e1aa + a534e3c commit b863d20
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/traffic_insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ jobs:
REPO: ${{ secrets.REPO }} # Replace with your repository name
run: |
python CODE/SCRIPTS/traffic_logging.py
- name: Commit changes to CSV
run: |
git config --local user.name "github-actions"
git config --local user.email "[email protected]"
git add CODE/TRAFFIC/traffic_log.csv
git commit -m "Update traffic log with new insights"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided token for authentication

- name: Upload CSV Log
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b863d20

Please sign in to comment.