Skip to content

Commit 9b8caf2

Browse files
committed
Update example
1 parent 9a50859 commit 9b8caf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/example.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@ jobs:
4444
worksheet: 1
4545
append_content: true
4646
google_service_account_email: ${{ secrets.google_service_account_email }}
47+
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
48+
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
49+
with:
50+
csv_path: bandwith.csv
51+
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
52+
worksheet: 2
53+
append_content: true
54+
google_service_account_email: ${{ secrets.google_service_account_email }}
4755
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}

0 commit comments

Comments
 (0)