We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53930d1 commit e0ee95dCopy full SHA for e0ee95d
1 file changed
.github/actions/setup-node-env/action.yaml
@@ -37,6 +37,8 @@ runs:
37
git config --global url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
38
git config --global --add url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "git@github.com:"
39
git config --global --add url."https://x-access-token:${GIT_ACCESS_TOKEN}@github.com/".insteadOf "ssh://git@github.com/"
40
+ echo "machine github.com login x-access-token password ${GIT_ACCESS_TOKEN}" >> ~/.netrc
41
+ chmod 600 ~/.netrc
42
env:
43
GIT_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
44
- name: Setup Node.js
0 commit comments