Bazel: Replace deprecated auth_enabled option
This option is deprecated and should be replaced with: --google_default_credentials option. Change-Id: Ie6a93954f33f009aa0c16d1badd7ab4cb7017a91
This commit is contained in:
committed by
David Ostrovsky
parent
60ea57e0eb
commit
77181564ee
@@ -57,7 +57,7 @@ build:remote --remote_timeout=3600
|
||||
# Enable authentication. This will pick up application default credentials by
|
||||
# default. You can use --auth_credentials=some_file.json to use a service
|
||||
# account credential instead.
|
||||
build:remote --auth_enabled=true
|
||||
build:remote --google_default_credentials
|
||||
|
||||
# The following flags enable the remote cache so action results can be shared
|
||||
# across machines, developers, and workspaces.
|
||||
|
||||
Reference in New Issue
Block a user