From 6bfac52dbf482db4f40148135f76858dec7442bd Mon Sep 17 00:00:00 2001 From: Dave Brown Date: Wed, 13 Dec 2023 09:57:57 +0000 Subject: [PATCH] Correction to DriveId appsetting --- .github/workflows/azure-webapps-dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index c016dd0..cb39d71 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -77,7 +77,7 @@ jobs: DRJCache.KeyPrefix: ${{ secrets.DRJCACHE_KEYPREFIX }} ConnectionStrings.PpmDatabaseConnectionString: ${{ secrets.CONNECTIONSTRINGS_PPMDATABASECONNECTIONSTRING }} Settings.SharepointSettings.SiteId: ${{ secrets.SETTINGS_SHAREPOINTSETTINGS_SITEID }} - Settings.SharepointSettings.DriveId: ${{ secrets.SETTINGS_SHAREPOINTSETTINGS_SITEID }} + Settings.SharepointSettings.DriveId: ${{ secrets.SETTINGS_SHAREPOINTSETTINGS_DRIVEID }} - name: Upload artifact for deployment job uses: actions/upload-artifact@v3