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 e0c1424 commit 3141ae0Copy full SHA for 3141ae0
.github/workflows/auth-react-test-1.yml
@@ -69,6 +69,10 @@ jobs:
69
ref: ${{ steps.repo-versions.outputs.nodeVersion }}
70
path: supertokens-node
71
72
+ # Makes npm use HTTP instead of SSH for installs
73
+ - name: Reconfigure git to use HTTP authentication
74
+ run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
75
+
76
- uses: supertokens/auth-react-testing-action/setup@main
77
id: envs
78
with:
0 commit comments