Skip to content

Commit 46e6e49

Browse files
authored
Update kaggle-dataset.yml
1 parent 8f7f872 commit 46e6e49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/kaggle-dataset.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: Commit and Push Dataset to GitHub
4040
run: |
41-
git config --global user.name "krish17Nov"
42-
git config --global user.email "[email protected]"
43-
git remote set-url origin https://github.com/${{ github.repository }}
44-
git add dataset/
45-
git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
46-
git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD:main
41+
git config --global user.name "krish17Nov"
42+
git config --global user.email "[email protected]"
43+
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/krish17Nov/IEEE-CIS-Fraud-Detection.git
44+
git add .
45+
git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
46+
git push origin main

0 commit comments

Comments
 (0)