Skip to content

Commit

Permalink
Try using dvc access key
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 6, 2024
1 parent 1c12642 commit 610c47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
DVC_REMOTE_URL: ${{ secrets.DVC_REMOTE_URL }}
DAGSHUB_TOKEN: ${{ secrets.DAGSHUB_TOKEN }}
DAGSHUB_USERNAME: ${{ secrets.DAGSHUB_USERNAME }}
DVC_ACCESS_KEY: ${{ secrets.DVC_ACCESS_KEY }}
run: |
dvc remote modify origin --local auth basic
dvc remote modify origin --local user $DAGSHUB_USERNAME
dvc remote modify origin --local password $DAGSHUB_TOKEN
dvc remote modify origin --local access_key_id $DVC_ACCESS_KEY
dvc remote modify origin --local secret_access_key $DVC_ACCESS_KEY
dvc push

0 comments on commit 610c47f

Please sign in to comment.