mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
fix: Neilpang review
This commit is contained in:
parent
95f1336060
commit
2b6aa26703
@ -163,13 +163,13 @@ _initAuth() {
|
|||||||
|
|
||||||
# Github appears to use an outbound proxy for requests which means subsequent requests may not have the same
|
# Github appears to use an outbound proxy for requests which means subsequent requests may not have the same
|
||||||
# source IP. The standard Mythic Beasts OAuth2 tokens are tied to an IP, meaning github test requests fail
|
# source IP. The standard Mythic Beasts OAuth2 tokens are tied to an IP, meaning github test requests fail
|
||||||
# authentication. This works arounds this by using an undocumented MB API to obtain a token not tied to an
|
# authentication. This is a work around using an undocumented MB API to obtain a token not tied to an
|
||||||
# IP just for the github tests.
|
# IP just for the github tests.
|
||||||
_oauth2() {
|
_oauth2() {
|
||||||
if [ "$TEST_DNS" != "dns_mythic_beasts" ]; then
|
if [ "$GITHUB_ACTIONS" = "true" ]; then
|
||||||
_oauth2_std
|
|
||||||
else
|
|
||||||
_oauth2_github
|
_oauth2_github
|
||||||
|
else
|
||||||
|
_oauth2_std
|
||||||
fi
|
fi
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user