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: |