Skip to content

Commit

Permalink
DVC push in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 6, 2024
1 parent f39ebc9 commit 1c12642
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
DAGSHUB_TOKEN: ${{ secrets.DAGSHUB_TOKEN }}
DAGSHUB_USERNAME: ${{ secrets.DAGSHUB_USERNAME }}
run: |
dvc remote modify origin --local url "https://$DAGSHUB_USERNAME:[email protected]/castolpe/sep24_bmlops_int_reco_films.dvc"
dvc remote modify origin --local auth basic
dvc remote modify origin --local user $DAGSHUB_USERNAME
dvc remote modify origin --local password $DAGSHUB_TOKEN
dvc push

0 comments on commit 1c12642

Please sign in to comment.