Skip to content

Commit

Permalink
fix git authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jun 18, 2023
1 parent b70e941 commit 30820bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
git checkout -b deploy
git add .
git commit -m "deploy"
git push --force --set-upstream https://github.com/zmh-program/code-statistic.git HEAD:deploy
git push --force --quiet "https://${{ secrets.GITHUB_TOKEN }}@github.com/zmh-program/code-statistic.git"
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 30820bc

Please sign in to comment.