-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
We are observing intermittent issues with this action, then it fails to download a version json file.
Expected behavior
No errors when running this action.
Observed behavior
intermittent issue downloading this file when action is ran.
Action YAML
- uses: google-github-actions/auth@v2
with:
service_account: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
workload_identity_provider: "projects/<project-id>/locations/global/workloadIdentityPools/github-actions/providers/<provider-id>"
- uses: google-github-actions/setup-gcloud@v2Log output
Error: google-github-actions/setup-gcloud failed with: failed to retrieve versions from https://raw.githubusercontent.com/google-github-actions/setup-cloud-sdk/main/data/versions.json: read ECONNRESET
Additional information
Seen this error on both GHA hosted runners and self hosted runners.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working