diff --git a/src/main.ts b/src/main.ts index 5f537e7..4228890 100644 --- a/src/main.ts +++ b/src/main.ts @@ -56,7 +56,7 @@ async function obtainAccessToken( const response = await axios.post( endpoint.toString(), JSON.stringify(exchangeTokenRequest), - {httpsAgent: agent} + {httpsAgent: agent, headers: { 'User-Agent': 'central-login-GHA'}}, ) core.info(