Skip to content

Commit 4f96dd6

Browse files
committed
fix
1 parent 167d135 commit 4f96dd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/commands/config.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ func exchangeOidcTokenAndSetAccessToken(cc *ConfigCommand) error {
234234
SetProjectKey(cc.oidcSetupParams.ProjectKey).
235235
SetRepository(cc.oidcSetupParams.Repository).
236236
SetJobId(cc.oidcSetupParams.JobId).
237-
SetRunId(cc.oidcSetupParams.RunId).
238-
// TODO remove this after tests
239-
SetOutputTokenToConsole(true)
237+
SetRunId(cc.oidcSetupParams.RunId)
240238

241239
// Usage report will be sent only after execution in order to have valid token
242240
err := ExecAndReportUsage(exchangeOidcTokenCmd)

0 commit comments

Comments
 (0)