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 9e17ad0 commit 37d8497Copy full SHA for 37d8497
github-actions/bazel/configure-remote/action.yml
@@ -14,8 +14,11 @@ inputs:
14
Windows is only configured to leverage remote caching.
15
google_credential:
16
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.
+ A Google credential to be used as authentication for RBE API usages
+ trusted_build:
19
+ default: false
20
+ description: |
21
+ Whether the environment should be considerd a trusted build.
22
23
runs:
24
using: 'node20'
0 commit comments