Skip to content

Commit 37d8497

Browse files
committed
feat(github-actions): allow for bazel remote configuration to be flagged as a trusted build. (#2701)
Support a flag on the github action for trusted builds. PR Close #2701
1 parent 9e17ad0 commit 37d8497

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

github-actions/bazel/configure-remote/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ inputs:
1414
Windows is only configured to leverage remote caching.
1515
google_credential:
1616
description: |
17-
A Google credential to be used as authentication for RBE API usages, implies
18-
the RBE interaction should be done as part of a trusted build.
17+
A Google credential to be used as authentication for RBE API usages
18+
trusted_build:
19+
default: false
20+
description: |
21+
Whether the environment should be considerd a trusted build.
1922
2023
runs:
2124
using: 'node20'

0 commit comments

Comments
 (0)