We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4846f7 commit 02d122aCopy full SHA for 02d122a
.github/workflows/build-dev-app.yml
@@ -25,9 +25,9 @@ jobs:
25
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
26
- uses: ./.github/actions/yarn-install
27
28
- - run: ./scripts/bazel/setup-remote-execution.sh
29
- env:
30
- GCP_DECRYPT_TOKEN: angular
+ - uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@a632a1601469c0c0a2104cfa6bf1421d706ce80e
+ with:
+ bazelrc: ./.bazelrc.user
31
32
# Build the web package. Note: We run Bazel from a low-resource Github action container,
33
# so we manually need to instruct Bazel to run more actions concurrently as by default
0 commit comments