Seth Vargo

Results 200 comments of Seth Vargo

As mentioned above, this comes from actions/tool-cache.

Hi @nebffa Thank you for opening an issue. I think this is a bit outside the scope of HCL. Most editors have text-wrapping functionality for long lines like this.

Init containers are designed to run once and exit. You can use a sidecar, but that's going to introduce other problems (like signaling to children that there's a new token)

Hi @pofl Thank you for opening an issue. First, you can still [authenticate using exported service account key JSON files](https://github.com/google-github-actions/auth#authenticating-via-service-account-key-json) using this GitHub Action. If that is your preferred method...

It's not ChefSpec, it's Chef. Is there a way to tell Chef not to load knife.rb and stuff?

Okay, sounds good. I'll do that later 😄 Since there's no way to disable this, I don't think there's anything I can do in ChefSpec - do you agree?

Hey @erzz - I feel like this needs to be a top-level function of GitHub Actions, since it's basic string manipulation and not specific to this action.

Hi @mt185252, @stefafafan is correct. You can specify more advanced options like VPC service connectors using the [`flags` argument](https://github.com/google-github-actions/deploy-cloudrun#inputs).

Hi @raven-wing You can use the [`flags` option](https://github.com/google-github-actions/deploy-appengine#inputs) to specify a service account for runtimes that support it.