File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,9 @@ can be tracked and properly documented in client library release notes.
331331The ` update-image ` command is used to update and pin the language specific container in ` state.yaml ` and re-generate all libraries.
332332You can optionally specify an image using the ` -image ` flag.
333333
334- * Note: If the ` -image ` flag is not specified, the latest container image will be used.*
334+ * Note: If the ` -image ` flag is not specified, the latest container image will be used.
335+ This requires application default credentials which have access to the corresponding artifact registry.
336+ Use ` gcloud auth application-default login ` to configure ADC.*
335337
336338When the job completes, a PR will be opened by librarian with the changes related to the container update. You can edit the pull
337339request title to set a global commit message which will be applied to all libraries.
You can’t perform that action at this time.
0 commit comments