Skip to content

Commit e5b0798

Browse files
committed
remove todo
1 parent db55255 commit e5b0798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/commands/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ func (cc *ConfigCommand) SetOidcExchangeTokenId(id string) {
507507
cc.oidcSetupParams.TokenId = id
508508
}
509509

510+
// Provider name must be set in order to use OIDC integration
510511
func (cc *ConfigCommand) UsesOidc() bool {
511-
// TODO check if this is valid without checking the tpye as it defaults to github
512512
return cc.oidcSetupParams.ProviderName != ""
513513
}
514514

0 commit comments

Comments
 (0)