Update test.yml

pull/1504/head^2
kunfei 3 years ago committed by GitHub
parent 23d883a50b
commit 9a31c920d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test.yml

@ -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:

Loading…
Cancel
Save