From 5e7fc098f81d85ecdba0b49857017f51dd31f0f4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 14 Mar 2023 02:23:45 +0100 Subject: [PATCH] reference env in configuration aswell --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 467c8f1..48248d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - path: 'ocelot/deployment/configurations/${CONFIGURATION}' + path: "ocelot/deployment/configurations/${{ env.CONFIGURATION}" - name: Decrypt all secrets run: ocelot/deployment/scripts/secrets.decrypt.sh - name: Upgrade Cluster