Update test.yml

This commit is contained in:
kunfei 2022-01-07 11:03:46 +08:00 committed by GitHub
parent 23d883a50b
commit 9a31c920d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ jobs:
git checkout -b test
git add *.apk
git commit -m "${{ needs.prepare.outputs.versionL }}"
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.actor }}/release"
git remote add origin "https://${{ github.actor }}:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.actor }}/release"
git push -f -u origin test
telegram: