mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 07:11:52 +09:00
fix: update proxy test URL to use correct GitHub OAuth endpoint
This commit is contained in:
parent
32efcbe1a0
commit
cf3bfee039
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
sleep 5
|
||||
|
||||
# Test proxy functionality
|
||||
curl --cacert ~/.mitmproxy/mitmproxy-ca-cert.pem -x http://localhost:11080 https://github.com/login/oauth/authorize?client_id=Ov23lixietSCQOHxPvcr&redirect_uri=http%3A%2F%2Flocalhost%3A8787&scope=read%3Auser+user%3Aemail&skip_account_picker=true --silent
|
||||
curl --cacert ~/.mitmproxy/mitmproxy-ca-cert.pem -x https://github.com/login?client_id=Ov23lixietSCQOHxPvcr&return_to=%2Flogin%2Foauth%2Fauthorize%3Fclient_id%3DOv23lixietSCQOHxPvcr%26redirect_uri%3Dhttp%253A%252F%252Flocalhost%253A8787%26scope%3Dread%253Auser%2Buser%253Aemail%26skip_account_picker%3Dtrue --silent
|
||||
|
||||
# Clean up
|
||||
kill $APP_PID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue