Skip to content

Commit 597d797

Browse files
committed
Revert "shard-999 use github token to auth for private repos (#45)"
This reverts commit 0416d76.
1 parent 0416d76 commit 597d797

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/reusable-node-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ jobs:
9696
with:
9797
toolchain: ${{ env.RUST_VERSION }}
9898
override: true
99-
100-
- name: Configure npm for private repos
101-
run: |
102-
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "[email protected]:"
103-
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "ssh://[email protected]/"
104-
env:
105-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10699

107100
- name: Echo Input Values and Check Defaults
108101
run: |

0 commit comments

Comments
 (0)