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