Skip to content

Commit 2b55020

Browse files
authored
Merge pull request #1 from unix280/unidevel-patch-2
Update push.yml
2 parents 01b2667 + 3f8b39f commit 2b55020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
echo `date` >> test.txt
5454
git add test.txt
5555
git commit -m 'update test.txt'
56-
git push --follow-tags origin master
56+
git push --follow-tags --set-upstream https://x-access-token:${{ secrets.PRESTODB_CI_TOKEN }}@github.com/${{ github.repository }} master
5757
git checkout -b release-${{ env.PRESTO_RELEASE_VERSION }}
5858
git push origin release-${{ env.PRESTO_RELEASE_VERSION }}

0 commit comments

Comments
 (0)