mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add develocityAllowUntrustedServer as ShortLivedTokenClient constructor argument
This commit is contained in:
@@ -28,7 +28,11 @@ export async function setup(config: BuildScanConfig): Promise<void> {
|
||||
maybeExportVariable('DEVELOCITY_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree())
|
||||
}
|
||||
|
||||
return setupToken(config.getDevelocityAccessKey(), config.getDevelocityTokenExpiry())
|
||||
return setupToken(
|
||||
config.getDevelocityAccessKey(),
|
||||
config.getDevelocityTokenExpiry(),
|
||||
config.getDevelocityAllowUntrustedServer()
|
||||
)
|
||||
}
|
||||
|
||||
function maybeExportVariable(variableName: string, value: unknown): void {
|
||||
|
||||
Reference in New Issue
Block a user