Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions use Google Credentials #1140

Merged
merged 4 commits into from Aug 10, 2022
Merged

Github Actions use Google Credentials #1140

merged 4 commits into from Aug 10, 2022

Commits on Aug 10, 2022

  1. Github Actions use Google Credentials

    To avoid an issue with google go sdk leaking goroutines
    we need to ensure it has a proper credential file which avoids
    it looking up metadata from the GCE metadata endpoints.
    
    See: googleapis/google-cloud-go#5430
    AdamMagaluk committed Aug 10, 2022
    Copy the full SHA
    4cce55a View commit details
    Browse the repository at this point in the history
  2. use main for test.yaml

    AdamMagaluk committed Aug 10, 2022
    Copy the full SHA
    b760966 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77eea0d View commit details
    Browse the repository at this point in the history
  4. removed tag to branch

    AdamMagaluk committed Aug 10, 2022
    Copy the full SHA
    fab46f4 View commit details
    Browse the repository at this point in the history