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 525bc00 commit 24925c1Copy full SHA for 24925c1
src/HttpClient/Plugin/TrustedPublishingTokenExchange.php
@@ -52,7 +52,7 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca
52
return $next($request);
53
}
54
55
- $apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName, ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
+ $apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName . '?XDEBUG_TRIGGER=1', ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
56
57
$this->httpPluginClientBuilder->addPlugin($requestSignature = new RequestSignature($apiCredentials['key'], $apiCredentials['secret']));
58
0 commit comments