From 393262fa3208b07dde08a7dd501d2c537f8632c5 Mon Sep 17 00:00:00 2001 From: Suheb <39208279+saubyk@users.noreply.github.com> Date: Sat, 20 Sep 2025 19:03:07 -0700 Subject: [PATCH] Update traffic-exporter.yml updated to the correct credentials filename --- .github/workflows/traffic-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/traffic-exporter.yml b/.github/workflows/traffic-exporter.yml index 14280fb1..711faf30 100644 --- a/.github/workflows/traffic-exporter.yml +++ b/.github/workflows/traffic-exporter.yml @@ -35,5 +35,5 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} # Point the environment variable to the file path created in the previous step - GOOGLE_SHEEETS_CREDENTIALS: ${{ steps.write_creds.outputs.filePath }} + GOOGLE_SHEETS_CREDENTIALS: ${{ steps.write_creds.outputs.filePath }} run: python .github/scripts/export_traffic.py