Skip to content

Commit e3c0efe

Browse files
committed
ci: use trusted builds user on CI jobs (#2688)
PR Close #2688
1 parent d42971f commit e3c0efe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: ./github-actions/bazel/configure-remote
3030
with:
3131
trusted_build: true
32+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3233
- run: yarn install --immutable
3334
- name: Confirm code builds with typescript as expected
3435
run: yarn tsc -p tsconfig.json
@@ -46,6 +47,7 @@ jobs:
4647
- uses: ./github-actions/bazel/configure-remote
4748
with:
4849
trusted_build: true
50+
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
4951
- run: yarn install --immutable
5052
- run: yarn bazel test -- //...
5153

0 commit comments

Comments
 (0)