Skip to content

Commit 1ed317c

Browse files
committed
ci: remove unused trusted_build input for configure-remote action usage (#2689)
PR Close #2689
1 parent e3c0efe commit 1ed317c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: ./github-actions/bazel/setup
2929
- uses: ./github-actions/bazel/configure-remote
3030
with:
31-
trusted_build: true
3231
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3332
- run: yarn install --immutable
3433
- name: Confirm code builds with typescript as expected
@@ -46,7 +45,6 @@ jobs:
4645
- uses: ./github-actions/bazel/setup
4746
- uses: ./github-actions/bazel/configure-remote
4847
with:
49-
trusted_build: true
5048
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5149
- run: yarn install --immutable
5250
- run: yarn bazel test -- //...

0 commit comments

Comments
 (0)