| # Copyright 2020 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| - name: Setup git configs |
| shell: | |
| git config --global color.ui auto |
| git config --global user.name "ChromeOS Bisector" |
| git config --global user.email cros-bisect-service@google.com |
| git config --global http.cookiefile "$HOME/.gitcookies" |
| |
| - name: Update git credential |
| shell: | |
| gcloud secrets versions access latest --secret gitcookies > ~/.gitcookies |