Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 30820bc

Browse files
committed
fix git authentication
1 parent b70e941 commit 30820bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
git checkout -b deploy
5252
git add .
5353
git commit -m "deploy"
54-
git push --force --set-upstream https://github.com/zmh-program/code-statistic.git HEAD:deploy
54+
git push --force --quiet "https://${{ secrets.GITHUB_TOKEN }}@github.com/zmh-program/code-statistic.git"
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)