Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions github-actions/bazel/configure-remote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ inputs:
Windows is only configured to leverage remote caching.
google_credential:
description: |
A Google credential to be used as authentication for RBE API usages, implies
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:
default: false
description: |
Whether the environment should be considerd a trusted build.

runs:
using: 'node20'
Expand Down
Loading