Seth Vargo

Results 121 comments of Seth Vargo

Hey @estensen I think those are still draft. For example, GitHub's `X-RateLimit-Reset` value is "The time at which the current rate limit window resets in UTC epoch seconds." There's a...

Hmm... I think it makes sense to use [delegation](http://khelll.com/blog/ruby/delegation-in-ruby/) here (that way it's lazy loaded) + you won't need comprehensive tests, since the underlying ruby methods are tested on the...

Hi @rd-michel Could you please share your action.yml so we can reproduce? That error is coming from `gcp.go`, which is not a file in this repo, so it's difficult to...

Hi @nyarly Feel free to take a stab, but I'm fairly certain that log output comes from [actions/tool-cache](https://github.com/actions/toolkit/tree/master/packages/tool-cache).

How did you authenticate to Google Cloud from your action?

Hi @iuadastra Thanks for opening an issue. gcrane is independent from gcloud, so I don't think it makes a ton of sense to have it as part of the `setup-gcloud`...

Looks like we might need to install some packages. https://cloud.google.com/storage/docs/gsutil/addlhelp/CRC32CandInstallingcrcmod

Hi @fleroux514 I just tried to reproduce this and it seems to work for me: ```yaml steps: - uses: 'actions/checkout@v2' - id: 'auth' uses: 'google-github-actions/auth@v0' with: workload_identity_provider: 'projects/416438230019/locations/global/workloadIdentityPools/my-pool/providers/github' service_account: '[email protected]'...

I was able to reproduce with a 2GB file, so it's not all files; just files over a certain size. Unfortunately we don't really control the base image, and I...

This is probably related to https://github.com/GoogleCloudPlatform/github-actions/blob/dbbc2aaee4ded56fea9d438baacbdd875addfc3f/setup-gcloud/tests/integration-tests.sh#L26-L28.