ci: disable BuildBuddy (#3077)

This commit is contained in:
Malte Poll 2024-05-10 11:14:45 +02:00 committed by GitHub
parent 97e5c437b4
commit 03475b60b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 4 additions and 169 deletions

View file

@ -5,9 +5,6 @@ inputs:
csp:
description: "Cloud provider to run tests against"
default: "azure"
buildBuddyApiKey:
description: "BuildBuddy API key for caching Bazel artifacts"
required: true
cosignPrivateKey:
description: "Cosign private key"
required: true
@ -20,9 +17,6 @@ runs:
steps:
- name: Setup bazel
uses: ./.github/actions/setup_bazel_nix
with:
useCache: "true"
buildBuddyApiKey: ${{ inputs.buildBuddyApiKey }}
- name: Login to AWS
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2