Skip to content

Commit 301f07c

Browse files
committed
Merge branch 'main' of github.com:NiklasMerz/netlify-analytics-collector into main
2 parents 4b9c89e + 3217bd2 commit 301f07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test run
22

33
on:
44
schedule:
5-
- cron: '59 23 * * *'
5+
- cron: '55 23 * * *'
66
workflow_dispatch:
77

88

@@ -52,4 +52,4 @@ jobs:
5252
worksheet: 2
5353
append_content: true
5454
google_service_account_email: ${{ secrets.google_service_account_email }}
55-
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
55+
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}

0 commit comments

Comments
 (0)