From 97d50cbee76b4fd04d7912f3c5b8a3437e43f275 Mon Sep 17 00:00:00 2001 From: nickreynolds Date: Tue, 9 Apr 2024 22:42:10 -0400 Subject: [PATCH] fix: remove unnecessary git coords (#232) --- .github/workflows/build-test-publish-on-push.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-test-publish-on-push.yml b/.github/workflows/build-test-publish-on-push.yml index a9ee5e6..8a00d38 100644 --- a/.github/workflows/build-test-publish-on-push.yml +++ b/.github/workflows/build-test-publish-on-push.yml @@ -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: |