Skip to content

Commit 24925c1

Browse files
committed
Debug
1 parent 525bc00 commit 24925c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient/Plugin/TrustedPublishingTokenExchange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca
5252
return $next($request);
5353
}
5454

55-
$apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName, ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
55+
$apiCredentials = json_decode((string) $privatePackagistHttpclient->post('/oidc/mint-token/' . $this->organizationUrlName . '?XDEBUG_TRIGGER=1', ['Authorization' => 'Bearer ' . $token->token])->getBody(), true);
5656

5757
$this->httpPluginClientBuilder->addPlugin($requestSignature = new RequestSignature($apiCredentials['key'], $apiCredentials['secret']));
5858

0 commit comments

Comments
 (0)