From 54f02d52db4a92d01f0c31da4b97cc988bfa9456 Mon Sep 17 00:00:00 2001 From: Mikio Stewart Date: Fri, 12 Jul 2024 15:45:55 -0700 Subject: [PATCH] remove unused env var --- .github/workflows/ghcr_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index d37eb31a1..d02b5ca16 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -18,7 +18,6 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} CHART_NAME: litellm-helm - APP_NAME: litellm # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: