Skip to content

Commit

Permalink
fix(ci): use secrets directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jul 27, 2023
1 parent 5d0c0b4 commit 31626c4
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 31626c4

Please sign in to comment.