Skip to content

Commit

Permalink
πŸ› fix google credential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mickm3n committed Jul 9, 2024
1 parent 751a951 commit 5b216f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-view-count-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b216f3

Please sign in to comment.