diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4be8803..c63f8f0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -30,7 +30,7 @@ jobs: contents: read id-token: write with: - environment: ${{ inputs.environment || 'development' }} + environment: ${{ inputs.environment }} config: ${{ inputs.config }} secrets: AWS_REGION: ${{ secrets.AWS_REGION }} @@ -39,7 +39,7 @@ jobs: TF_VAR_EXPORT_EXPIRATION: ${{ secrets.TF_VAR_EXPORT_EXPIRATION }} TF_VAR_KEY_RECOVERY_PERIOD: ${{ secrets.TF_VAR_KEY_RECOVERY_PERIOD }} TF_VAR_PROGRAM: ${{ secrets.TF_VAR_PROGRAM }} - TF_VAR_PROJECT: ${{ secrets.TF_VAR_PROGRAM }} + TF_VAR_PROJECT: ${{ secrets.TF_VAR_PROJECT }} TF_VAR_REPO_OIDC_ARN: ${{ secrets.TF_VAR_REPO_OIDC_ARN }} TF_VAR_REPOSITORY: ${{ secrets.TF_VAR_REPOSITORY }} TF_VAR_VPC_CIDR: ${{ secrets.TF_VAR_VPC_CIDR }} diff --git a/.github/workflows/plan.yaml b/.github/workflows/plan.yaml index e0b41ac..4b747b5 100644 --- a/.github/workflows/plan.yaml +++ b/.github/workflows/plan.yaml @@ -55,7 +55,7 @@ permissions: jobs: plan: - name: Plan changes to ${{ inputs.config }} in ${{ inputs.environment || 'development' }} + name: Plan changes to ${{ inputs.config }} in ${{ inputs.environment }} runs-on: ubuntu-latest environment: ${{ inputs.environment || 'development' }} env: