There was an error while loading. Please reload this page.
1 parent 6791e41 commit c34e56aCopy full SHA for c34e56a
1 file changed
.github/actions/setup-node-env/action.yaml
@@ -34,6 +34,8 @@ runs:
34
- name: Configure GIT
35
shell: bash
36
run: |
37
+ echo "machine github.com login x-access-token password ${GIT_ACCESS_TOKEN}" > ~/.netrc
38
+ chmod 600 ~/.netrc
39
git config --global url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
40
git config --global --add url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "git@github.com:"
41
git config --global --add url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "ssh://git@github.com/"
0 commit comments