Skip to content

Commit

Permalink
chore: use gh_user
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 10, 2024
1 parent 4e6212f commit 54761d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
echo user: ${{secrets.GH_USER}}
echo token: ${{secrets.GITHUB_TOKEN}}
git remote set-url origin https://${{secrets.GITHUB_USER}}:${{secrets.GITHUB_TOKEN}}@github.com/decentralized-identity/agent-explorer.git
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GITHUB_TOKEN}}@github.com/decentralized-identity/agent-explorer.git
git config user.name $GH_USER
git config user.email $GH_EMAIL
Expand Down

0 comments on commit 54761d6

Please sign in to comment.