From 4404ebc25fe16a70516aa5d892d55e60ebaf473b Mon Sep 17 00:00:00 2001 From: Jonathan Giles Date: Tue, 12 Dec 2023 19:03:14 +1300 Subject: [PATCH] go back to connection string --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9ea3d5..eae8e66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,8 +40,7 @@ jobs: with: source_dir: 'target/output' container_name: '$web' - account_name: ${{ secrets.AZURE_STATIC_STORAGE_ACCOUNT_NAME }} - sas_token: ${{ secrets.AZURE_STATIC_STORAGE_SAS_TOKEN }} + connection_string: ${{ secrets.ConnectionString }} sync: 'true' - name: Purge Azure CDN