Skip to content

Commit 609c16b

Browse files
committed
Update github workflow to keep up with changes to repo
1 parent 354cdec commit 609c16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
base64-encoded-secret: ${{ secrets.SERVICE_ACCOUNT }}
2727
filename: decisive-fabric-155319-3dcd7ac1c659.json
28-
working-directory: "/home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
28+
working-directory: "/home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow"
2929
# Has to be a better way to do this DRY
3030
- name: Inject Secrets to Directory
3131
uses: mobiledevops/secret-to-file-action@v1
3232
with:
3333
base64-encoded-secret: ${{ secrets.ENV }}
3434
filename: .env
35-
working-directory: "/home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
35+
working-directory: "/home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow"
3636
- run: |
3737
cd gdrive-aws-sync-workflow && pip install -r requirements.txt && python gdrive_sync_to_s3.py
3838

0 commit comments

Comments
 (0)