diff --git a/.github/workflows/build-test-publish-on-push.yml b/.github/workflows/build-test-publish-on-push.yml index 3f7018a..ced547c 100644 --- a/.github/workflows/build-test-publish-on-push.yml +++ b/.github/workflows/build-test-publish-on-push.yml @@ -193,7 +193,7 @@ jobs: - name: 'Setup git coordinates' run: | git remote rm origin - git remote add origin https://$GH_USER:$GH_TOKEN@github.com/uport-project/taksi.git + git remote add origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/taksi.git git remote -v git fetch git config user.name $GH_USER