Skip to content

Commit

Permalink
Add dvc remote storage details
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 5, 2024
1 parent a4e6daf commit e120edf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- name: Push updated model to DVC
env:
DVC_REMOTE_URL: ${{ secrets.DVC_REMOTE_URL }}
DVC_REMOTE_KEY: ${{ secrets.DAGSHUB_TOKEN }}
DAGSHUB_TOKEN: ${{ secrets.DAGSHUB_TOKEN }}
DAGSHUB_USERNAME: ${{ secrets.DAGSHUB_USERNAME }}
run: |
dvc remote modify dagshub auth basic
dvc remote modify dagshub user $DAGSHUB_USERNAME
dvc remote modify dagshub password $DAGSHUB_TOKEN
dvc push

0 comments on commit e120edf

Please sign in to comment.