ci: authenticate to Bazel RBE (#64070)

This commit configures the Bazel RBE setup action to use the 'RBE_TRUSTED_BUILDS_USER' secret for authentication. This is necessary to ensure that the CI can properly connect to the remote build execution environment.

PR Close #64070
This commit is contained in:
Alan Agius 2025-09-25 06:13:23 +00:00 committed by kirjs
parent 45e3f77353
commit 9fd8d40d00

View file

@ -129,6 +129,8 @@ jobs:
uses: angular/dev-infra/github-actions/bazel/setup@08d451f9b4e900928b65cd31234693ef9a994492
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@08d451f9b4e900928b65cd31234693ef9a994492
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests