chore: remove unnecessary step

This commit is contained in:
Gordon Bockus 2026-02-27 15:03:16 -06:00
parent ce615bf036
commit d254810986
No known key found for this signature in database
GPG Key ID: 6317C7CF84942307

View File

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