Skip to content

Commit

Permalink
chore(ci): merge main into next
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot authored Jul 27, 2023
2 parents d9b7f6c + 31626c4 commit 828f1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

- name: 'Setup git coordinates'
run: |
git remote set-url origin https://$GH_USER:$GH_TOKEN@github.com/uport-project/taksi.git
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/taksi.git
git config user.name $GH_USER
git config user.email $GH_EMAIL
Expand Down

0 comments on commit 828f1e1

Please sign in to comment.