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