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 167d135 commit 4f96dd6Copy full SHA for 4f96dd6
common/commands/config.go
@@ -234,9 +234,7 @@ func exchangeOidcTokenAndSetAccessToken(cc *ConfigCommand) error {
234
SetProjectKey(cc.oidcSetupParams.ProjectKey).
235
SetRepository(cc.oidcSetupParams.Repository).
236
SetJobId(cc.oidcSetupParams.JobId).
237
- SetRunId(cc.oidcSetupParams.RunId).
238
- // TODO remove this after tests
239
- SetOutputTokenToConsole(true)
+ SetRunId(cc.oidcSetupParams.RunId)
240
241
// Usage report will be sent only after execution in order to have valid token
242
err := ExecAndReportUsage(exchangeOidcTokenCmd)
0 commit comments