Skip to content

Commit 5b967a0

Browse files
authored
Update git push command to use token authentication
1 parent 6d5bb4b commit 5b967a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/organise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
git config --global user.email "actions@github.com"
8181
git add .
8282
git commit -m "Auto organize LeetCode solutions by topic (copy mode)" || echo "No changes"
83-
git push
83+
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)