From 73603a75723d7971ee532d50dc9839c6801553dc Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 13 Apr 2024 15:46:59 -0400 Subject: [PATCH] Configure environment --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bb194b..6ec783a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,7 @@ jobs: name: Development Build if: github.ref != 'refs/heads/main' runs-on: ubuntu-latest + environment: production permissions: contents: read deployments: write @@ -36,6 +37,7 @@ jobs: name: Production Build if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + environment: production permissions: contents: read deployments: write