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 b5ec128 commit 72b288cCopy full SHA for 72b288c
src/HttpClient/Plugin/TrustedPublishingTokenExchange.php
@@ -56,7 +56,7 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca
56
return $next($request);
57
}
58
59
- $apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName . '/' . $this->packageName, ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
+ $apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName . '/' . $this->packageName . '?XDEBUG_TRIGGER=1', ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
60
61
$this->httpPluginClientBuilder->addPlugin($requestSignature = new RequestSignature($apiCredentials['key'], $apiCredentials['secret']));
62
0 commit comments