From 24f9ed00e37dfcd5cd44eb2710f52794c81f9ca5 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Mon, 3 Mar 2025 01:44:27 +0100 Subject: [PATCH] Update master_push.yml --- .github/workflows/master_push.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master_push.yml b/.github/workflows/master_push.yml index 028c87b..ab5b4de 100644 --- a/.github/workflows/master_push.yml +++ b/.github/workflows/master_push.yml @@ -35,17 +35,15 @@ jobs: with: files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json env: - ConnectionStrings.Default: ${{ secrets.CONNECTION_STRING }} - RootUser.Email: ${{ secrets.ROOT_EMAIL }} - RootUser.Password: ${{ secrets.ROOT_PASSWORD }} - Authentication.Key: ${{ secrets.KEY }} + ConnectionStrings.Database: ${{ secrets.CONNECTION_STRING }} + Authentication.JWT.Key: ${{ secrets.KEY }} - name: App Settings Variable Substitution for WatchIt.Website uses: microsoft/variable-substitution@v1 if: ${{ matrix.app == 'WatchIt.Website' }} with: files: ${{ github.workspace }}/${{ matrix.app }}/appsettings.json env: - Endpoints.Base: ${{ secrets.API_URL }} + Clients.BaseAddress: ${{ secrets.API_URL }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry