You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/typescript_tests.yml contains an Authenticate on GCP step that uses google-github-actions/auth@v1. Said step provides Google Cloud authentication using an outdated static credential pattern and can be removed. Notably the xlang and Dataflow tests have been broken for months. Removing the step could fix the Dataflow tests, though not the xlang Tests. See #33346 for a bug report about the xlang Tests.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
What needs to happen?
.github/workflows/typescript_tests.yml contains an
Authenticate on GCP
step that usesgoogle-github-actions/auth@v1
. Said step provides Google Cloud authentication using an outdated static credential pattern and can be removed. Notably the xlang and Dataflow tests have been broken for months. Removing the step could fix the Dataflow tests, though not the xlang Tests. See #33346 for a bug report about the xlang Tests.Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered: