Skip to content

Commit

Permalink
Update every hour of the day and use prod service account
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplays2005 committed Oct 5, 2024
1 parent 42f6e6b commit 583f6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_google_sheet_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Update the google sheet with members
on:
workflow_dispatch:
schedule:
# Updates every 00:00 every day
- cron: "0 0 * * *"
# Updates every hour
- cron: "0 * * * *"

env:
NEXT_PUBLIC_BACKEND_BASE_URL: ${{secrets.VITE_BACKEND_BASE_URL}}
MEMBERS_GOOGLE_SPREADSHEET_ID: ${{secrets.MEMBERS_GOOGLE_SPREADSHEET_ID}}
MEMBERS_GOOGLE_SHEET_ID: ${{secrets.MEMBERS_GOOGLE_SHEET_ID}}
GOOGLE_SERVICE_ACCOUNT_JSON: ${{secrets.FIREBASE_SERVICE_ACCOUNT_UASC_CEEBC}}
GOOGLE_SERVICE_ACCOUNT_JSON: ${{secrets.FIREBASE_SERVICE_ACCOUNT_UASC_PROD}}
NEXT_PUBLIC_FIREBASE_API_KEY: ${{secrets.VITE_FIREBASE_API_KEY}}

jobs:
Expand Down

0 comments on commit 583f6a8

Please sign in to comment.