From 0c812259b3fc27b5af4398c3cb9927c45bb12a99 Mon Sep 17 00:00:00 2001 From: Pudong Zheng Date: Wed, 24 Apr 2024 06:43:09 +0000 Subject: [PATCH] cache --- .github/actions/setup-environment/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index 64be01b2a557b6..477e1da576924b 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -34,4 +34,5 @@ runs: { echo "LEEWAY_SEGMENT_KEY=${{ inputs.leeway_segment_key }}" echo "LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE" + echo "LEEWAY_REMOTE_CACHE_BUCKET=${{ inputs.service_account == secrets.CORE_DEV_SA && 'gitpod-core-leeway-cache-main' || 'leeway-cache-dev-3ac8ef5' }}" } >> "$GITHUB_ENV"