From 2f6c3e18337a5ee218374bf368e6aba344a2f312 Mon Sep 17 00:00:00 2001 From: Fabrizio Branca Date: Fri, 1 Mar 2024 15:44:04 +0100 Subject: [PATCH] Updated environment name --- .github/workflows/s3_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3_sync.yml b/.github/workflows/s3_sync.yml index adf67c7..990b273 100644 --- a/.github/workflows/s3_sync.yml +++ b/.github/workflows/s3_sync.yml @@ -14,7 +14,7 @@ jobs: if: github.ref == 'refs/heads/main' # if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository environment: - name: techradar + name: ${{ inputs.bucket }} url: http://${{ inputs.bucket }}.s3-website.eu-central-1.amazonaws.com/techradar/index.html permissions: id-token: write