Tyler Bui-Palsulich

Results 24 comments of Tyler Bui-Palsulich

I installed the bot on the repo (first step of the instructions). We still need to call the `buildcop` binary to publish the test logs.

Thanks! Let me know if you run into any issues. :)

I installed the bot on the repo (first step of the instructions). We still need to call the `buildcop` binary to publish the test logs.

I installed the bot on the repo (first step of the instructions). We still need to call the `buildcop` binary to publish the test logs.

Thanks for the feature request. We have some work in progress to improve the auth experience, but don't have an ETA on this specific idea.

@asrivas, any thoughts on if we should expose this? Perhaps @broady has ideas?

For Go in particular, you can use [`option.WithCredentialsJSON`](https://pkg.go.dev/google.golang.org/api/option#WithCredentialsJSON) and combine it with [`os.Getenv`](https://golang.org/pkg/os/#Getenv) to do this today. Something like: ```go foo.NewClient(ctx, option.WithCredentialsJSON([]byte(os.Getenv("GOOGLE_APPLICATION_CREDENTIALS_JSON")))) ``` If you want to make it work...

I installed the bot on the repo (first step of the instructions). We still need to call the `buildcop` binary to publish the test logs.

I'd separate the idea of the GoDoc `example` file and the generated snippet output file. They can be in separate spots and that's fine. The GoDoc ones show up in...

@grayside what is the next step here? #696 was resolved.