Skip to content
Merged
Changes from 1 commit
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
5 changes: 2 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@v0.3
- uses: google-github-actions/auth@v0
with:
service_account_key: ${{ secrets.gcs_bazel_cache }}
export_default_credentials: true
credentials_json: ${{ secrets.gcs_bazel_cache }}
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down