From f05016c1bc0078efa6424ce528d052b078cee339 Mon Sep 17 00:00:00 2001 From: Gideon Goldberg <1764158+gidsg@users.noreply.github.com> Date: Fri, 17 May 2024 14:29:02 +0100 Subject: [PATCH] add environment --- .github/workflows/pullpreview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pullpreview.yml b/.github/workflows/pullpreview.yml index c8bb9c43d..b0f1c5a3f 100644 --- a/.github/workflows/pullpreview.yml +++ b/.github/workflows/pullpreview.yml @@ -13,6 +13,7 @@ jobs: name: deploy runs-on: ubuntu-latest timeout-minutes: 30 + environment: ${{ inputs.environment || 'dev' }} steps: - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v2