auth icon indicating copy to clipboard operation
auth copied to clipboard

A GitHub Action for authenticating to Google Cloud.

Results 12 auth issues
Sort by recently updated
recently updated
newest added

### TL;DR No explanation and little guidance around setting up roles/iam.serviceAccountTokenCreator lead to frustration. ### Detailed design ```markdown We use BQ a lot in our Org. I have built many...

enhancement

### TL;DR deploying with: ``` - name: Registry Setup uses: "google-github-actions/auth@v0" ``` but when I use action `setup-gcloud@v0` it works fine. ### Expected behavior gcloud library finds openssl library ###...

bug

### TL;DR I have been seeing random failures in our Github Action `auth` step with the following error message: ```sh Error: google-github-actions/auth failed with: retry function failed after 1 attempt:...

bug
waiting-response

### TL;DR gsutil isn't authenticated even though the docs mention it is possible ### Expected behavior gsutil is authenticated ### Observed behavior I get the error "401 Anonymous caller does...

bug

### TL;DR I configured this GitHub Action with a `request_reason` value, but cannot find it in any events in Cloud Audit Logs. ### Expected behavior I set a value for...

bug

### TL;DR I'm trying to get an ID token to use for authenticating towards Google Cloud Run services in GitHub Actions in Python code, however, for some reason it does...

bug

Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution...

dependencies
javascript

The GitHub Action currently puts generated credentials into $GITHUB_WORKSPACE (/github/workspace). Unfortunately this is also the working directory of the checkout, so it's too easy to accidentally bundle the generated credentials...

I noticed that actions/checkout is still referenced as v4 and submit this PR to update to v5 according to https://github.com/actions/checkout/releases/tag/v5.0.0 Also there are references in github actions test.yml and publish.yml....