File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
netlify-token : ${{ secrets.NETLIFY_TOKEN }}
29
29
netlify-site-id : ${{ secrets.NETLIFY_SITE }}
30
- days : 0
30
+ days : 1
31
31
disable-header : true
32
32
- uses : niklasmerz/csv-to-google-spreadsheet@fixes
33
33
with :
36
36
worksheet : 0
37
37
append_content : true
38
38
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 }}
39
47
google_service_account_private_key : ${{ secrets.google_service_account_private_key }}
You can’t perform that action at this time.
0 commit comments