File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 echo "DUCKDB_PATH=${{ secrets.DUCKDB_PATH }}" >> .env
2828 echo "INPUT_FILES_PATH=${{ secrets.INPUT_FILES_PATH }}" >> .env
2929 echo "SPREADSHEET_ID=${{ secrets.SPREADSHEET_ID }}" >> .env
30- echo '${{ secrets.SERVICE_ACCOUNT_FILE }}' > service_account.json
30+ echo '${{ secrets.SERVICE_ACCOUNT_FILE }}' > ./reporting/ service_account.json
3131
3232 - name : Set up Docker Buildx
3333 uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change @@ -27,4 +27,6 @@ A portable data-stack with:
2727 select * from attribution limit 5 ;
2828````
2929
30- - make clean (removes all generated files)
30+ - make clean (removes all generated files)
31+
32+ - To run in Github Actions, create secrets
You can’t perform that action at this time.
0 commit comments