From 9b3a98b2ad836dbed9b6b898a6802b75061ef7ea Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sat, 18 May 2024 00:50:29 +0200 Subject: [PATCH] now i get it. --- .gitea/workflows/pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 5d9b8cf..441ba8c 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -30,8 +30,7 @@ jobs: - name: Make envfile uses: SpicyPizza/create-envfile@v2.0 with: - envkey_DEBUG: false - PLACES_API: ${{ secrets.PLACES_API }} + envkey_PLACES_API: ${{ secrets.PLACES_API }} directory: . file_name: .env.production fail_on_empty: false