Skip to content

Commit

Permalink
Update auth_azure_github_oidc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudhartert-db committed Jun 28, 2024
1 parent 9c964d2 commit dfdb29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth_azure_github_oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func requestIDToken(ctx context.Context, cfg *Config) (string, error) {
}),
)
if err != nil {
return "", err
return "", fmt.Errorf("failed to request ID token from %s: %w", tokenRequestURL, err)
}

return resp.Value, nil
Expand Down

0 comments on commit dfdb29f

Please sign in to comment.