From 832a8e86e4f718ba81e53fa6d8ed6b8624e1b385 Mon Sep 17 00:00:00 2001 From: Darryl Hein Date: Sat, 27 Jul 2024 23:22:16 -0600 Subject: [PATCH] update job envs --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd45ff8..a5ad2cd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest env: APP_ENV: test + TRUSTED_PROXIES: '' steps: - name: Checkout code uses: actions/checkout@v2 @@ -73,6 +74,7 @@ jobs: environment: staging env: APP_ENV: dev + TRUSTED_PROXIES: '' steps: - name: Checkout code uses: actions/checkout@v2 @@ -110,6 +112,9 @@ jobs: needs: static if: github.ref == 'refs/heads/master' environment: production + env: + APP_ENV: prod + TRUSTED_PROXIES: '' steps: - name: Checkout code uses: actions/checkout@v2