Skip to content

Commit

Permalink
Update github workflow to keep up with changes to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcam10 committed Nov 19, 2024
1 parent 354cdec commit 609c16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
with:
base64-encoded-secret: ${{ secrets.SERVICE_ACCOUNT }}
filename: decisive-fabric-155319-3dcd7ac1c659.json
working-directory: "/home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
working-directory: "/home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow"
# Has to be a better way to do this DRY
- name: Inject Secrets to Directory
uses: mobiledevops/secret-to-file-action@v1
with:
base64-encoded-secret: ${{ secrets.ENV }}
filename: .env
working-directory: "/home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
working-directory: "/home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow"
- run: |
cd gdrive-aws-sync-workflow && pip install -r requirements.txt && python gdrive_sync_to_s3.py

0 comments on commit 609c16b

Please sign in to comment.