Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 6, 2024
1 parent 86827d0 commit d0507c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ func Track(ctx context.Context, exec shared.InteractionType, fn func(ctx context
if oidcToken, err := getIDToken(environment.GetGithubOIDCRequestURL(), environment.GetGithubOIDCRequestToken()); err != nil {
fmt.Println("Failed to get OIDC token", err)
} else {
fmt.Println("WE HAVE TOKEN")
fmt.Println(oidcToken)
res, err := sdk.Github.LinkGithub(context.WithoutCancel(ctx), operations.LinkGithubAccessRequest{
GithubOidcToken: &oidcToken,
})
Expand Down

0 comments on commit d0507c1

Please sign in to comment.