From 2fbe7b1aec710cc17239b6137bbc8e62e49655e6 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Wed, 27 Nov 2024 11:12:26 +0100 Subject: [PATCH] fix: add environment --- .github/workflows/compute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index e2a7b9e..a6deac8 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -25,6 +25,7 @@ jobs: name: "Automated Merging" runs-on: ubuntu-latest permissions: write-all + environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }} steps: - uses: actions/checkout@v4