From c41e8a8a487e331f8c18f2006043ec5c38de2261 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 12 May 2021 01:18:53 +0700 Subject: Use soupault 2.7.0 and the new multi-profile mechanism to enable the warning banner and S3 listings separately. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a8db95..8c63640 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Install soupault env: - SOUPAULT_VERSION: 2.6.0 + SOUPAULT_VERSION: 2.7.0 run: | echo Downloading and unpacking soupault wget https://github.com/dmbaturin/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz @@ -50,7 +50,7 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} SNAPSHOTS_BUCKET: ${{ secrets.SNAPSHOTS_BUCKET }} - SOUPAULT_OPTS: "--profile ${{ secrets.SOUPAULT_PROFILE }}" + SOUPAULT_OPTS: "--profile ${{ secrets.SOUPAULT_PROFILE }} --profile live" run: | make all -- cgit v1.2.3