We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b2667 + 3f8b39f commit 2b55020Copy full SHA for 2b55020
.github/workflows/push.yml
@@ -53,6 +53,6 @@ jobs:
53
echo `date` >> test.txt
54
git add test.txt
55
git commit -m 'update test.txt'
56
- git push --follow-tags origin master
+ git push --follow-tags --set-upstream https://x-access-token:${{ secrets.PRESTODB_CI_TOKEN }}@github.com/${{ github.repository }} master
57
git checkout -b release-${{ env.PRESTO_RELEASE_VERSION }}
58
git push origin release-${{ env.PRESTO_RELEASE_VERSION }}
0 commit comments