As reported by @RobertoFioravanti in Ericsson/codechecker#4025, the automatically generated .codechecker.passwords.json contains the raw product URL instead of a server URL and this makes the action rely on undocumented happenstance in CodeChecker to be able to log in:
|
"$IN_STORE_URL": "$IN_STORE_USERNAME:$IN_STORE_PASSWORD" |
As reported by @RobertoFioravanti in Ericsson/codechecker#4025, the automatically generated
.codechecker.passwords.jsoncontains the raw product URL instead of a server URL and this makes the action rely on undocumented happenstance in CodeChecker to be able to log in:CodeChecker-Action/src/store-pre.sh
Line 17 in c1fbda0