From 5b216f3e926d9ddfa978912344456e58e72a7164 Mon Sep 17 00:00:00 2001 From: Mick Zhuang Date: Tue, 9 Jul 2024 20:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20google=20credential=20issu?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/daily-view-count-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-view-count-update.yaml b/.github/workflows/daily-view-count-update.yaml index 84814d4..ee7d3a0 100644 --- a/.github/workflows/daily-view-count-update.yaml +++ b/.github/workflows/daily-view-count-update.yaml @@ -25,7 +25,7 @@ jobs: - name: Run Google Analytics data retrieval script run: python scripts/fetch_google_analytics_view_counts.py env: - GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} + GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }} - name: Run update top posts script run: python scripts/update_top_posts.py # Replace with your actual script name