Update traffic-exporter.yml

Updated the path of python script to .github/scripts
This commit is contained in:
Suheb 2025-09-20 18:22:54 -07:00 committed by GitHub
parent f1ed21915a
commit 84d92ff6f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,4 +34,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_SHEETS_CREDENTIALS: ${{ steps.write_creds.outputs.filePath }}
run: python export_traffic.py
run: python .github/scripts/export_traffic.py