Skip to content

Commit

Permalink
fix: remove unnecessary git coords (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 10, 2024
1 parent 3bc9bcd commit 97d50cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
- run: pnpm install
- run: pnpm run -r build
- run: pnpm run test
- name: 'Setup git coordinates'
run: |
git remote set-url origin https://${{secrets.GITHUB_USER}}:${{secrets.GITHUB_TOKEN}}@github.com/decentralized-identity/agent-explorer.git
git config user.name $GH_USER
git config user.email $GH_EMAIL

- name: 'Setup npm registry'
run: |
Expand Down

0 comments on commit 97d50cb

Please sign in to comment.