From d2548109865c1bac20d069983d0c44da7c249911 Mon Sep 17 00:00:00 2001 From: Gordon Bockus Date: Fri, 27 Feb 2026 15:03:16 -0600 Subject: [PATCH] chore: remove unnecessary step --- .github/workflows/sync-react-b2e-sample.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sync-react-b2e-sample.yml b/.github/workflows/sync-react-b2e-sample.yml index 2139eef..072a4d0 100644 --- a/.github/workflows/sync-react-b2e-sample.yml +++ b/.github/workflows/sync-react-b2e-sample.yml @@ -30,12 +30,6 @@ jobs: node-version-file: ".nvmrc" cache: npm - - name: Configure Git for private repo access - run: | - git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "https://github.com/" - git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "git@github.com:" - git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/" - - name: Get latest npm version id: npm-version run: |