fix authentication fail issue

This commit is contained in:
JMVoid 2020-09-27 02:09:59 +08:00
parent 65836d0be3
commit eda2381f1a
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ jobs:
git checkout -b release
git add .
git commit -m "${{ env.RELEASE_NAME }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.PERSONAL_TOKEN }}@github.com/${{ github.repository }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.CRON_RELEASE_WORKFLOW }}@github.com/${{ github.repository }}"
git push -f -u origin release