Skip to content

Commit

Permalink
Merge pull request #262 from depot/oidc-newline
Browse files Browse the repository at this point in the history
Update public OIDC challenge message
  • Loading branch information
jacobwgillespie authored Mar 17, 2024
2 parents 728ad11 + 124e6c2 commit a59c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oidc/actionspublic/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func RetrieveToken(ctx context.Context, audience string) (string, error) {

go func() {
for {
fmt.Printf("Waiting for OIDC auth challenge %s", challengeResponse.ChallengeCode)
fmt.Fprintf(os.Stderr, "Waiting for OIDC auth challenge %s\n", challengeResponse.ChallengeCode)

select {
case <-ctx.Done():
Expand Down

0 comments on commit a59c8ec

Please sign in to comment.