Skip to content

Commit 9a50859

Browse files
committed
Test Google Upload
1 parent 0d06c5c commit 9a50859

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/example.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
2929
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
30-
days: 0
30+
days: 1
3131
disable-header: true
3232
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
3333
with:
@@ -36,4 +36,12 @@ jobs:
3636
worksheet: 0
3737
append_content: true
3838
google_service_account_email: ${{ secrets.google_service_account_email }}
39+
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
40+
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
41+
with:
42+
csv_path: visitors.csv
43+
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
44+
worksheet: 1
45+
append_content: true
46+
google_service_account_email: ${{ secrets.google_service_account_email }}
3947
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}

0 commit comments

Comments
 (0)