From 10bd870515746af62bcc3ce9e07aaecff6c2d2ea Mon Sep 17 00:00:00 2001 From: lgaljer20 <100687037+lgaljer20@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:42:39 +0100 Subject: [PATCH] Updated cicd.yml Removed connection string as secret --- .github/workflows/cicd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e650e35..d1491a6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,10 +30,6 @@ jobs: - name: List Directories run: dir - - - name: Replace secret placeholder in appsettings.json - run: | - sed -i "s/#{CONNECTION_STRING}/${{secrets.CONNECTION_STRING}}/g" SmartCharger/appsettings.json - name: Restore NuGet packages for backend run: nuget restore SmartCharger.sln