Skip to content

Commit 6fa3628

Browse files
committed
Added the new yml file
1 parent 056a586 commit 6fa3628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: 🔐 Configure DVC Remote (DagsHub S3 Style)
3131
run: |
32-
dvc remote add origin s3://dvc
32+
dvc remote add -f origin s3://dvc
3333
dvc remote modify origin endpointurl https://dagshub.com/Ananddd06/Network_Security_end_to_end_Mlops_DVC_Mlflow.s3
3434
dvc remote modify origin --local access_key_id ${{ secrets.DVC_ACCESS_KEY_ID }}
3535
dvc remote modify origin --local secret_access_key ${{ secrets.DVC_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)