Skip to content

Commit 02d122a

Browse files
committed
build: setup remote execution for dev-app preview action (#25982)
(cherry picked from commit a0f6dab)
1 parent b4846f7 commit 02d122a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-dev-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626
- uses: ./.github/actions/yarn-install
2727

28-
- run: ./scripts/bazel/setup-remote-execution.sh
29-
env:
30-
GCP_DECRYPT_TOKEN: angular
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@a632a1601469c0c0a2104cfa6bf1421d706ce80e
29+
with:
30+
bazelrc: ./.bazelrc.user
3131

3232
# Build the web package. Note: We run Bazel from a low-resource Github action container,
3333
# so we manually need to instruct Bazel to run more actions concurrently as by default

0 commit comments

Comments
 (0)