We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63dbfb commit 7bb227eCopy full SHA for 7bb227e
.github/workflows/example.yml
@@ -18,4 +18,20 @@ jobs:
18
- uses: actions/upload-artifact@v2
19
with:
20
name: exports
21
- path: '*.csv'
+ path: '*.csv'
22
+ sheet-test:
23
+ runs-on: ubuntu-latest
24
+ steps:
25
+ - uses: actions/checkout@v1
26
+ - uses: ./.
27
+ with:
28
+ netlify-token: ${{ secrets.NETLIFY_TOKEN }}
29
+ netlify-site-id: ${{ secrets.NETLIFY_SITE }}
30
+ - uses: canonical-web-and-design/csv-to-google-spreadsheet@master
31
32
+ csv_path: pageviews.csv
33
+ spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
34
+ worksheet: 0
35
+ append_content: true
36
+ google_service_account_email: ${{ secrets.google_service_account_email }}
37
+ google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
.github/workflows/sheet.yml
0 commit comments