From 068dfee4bfc56099cc3298712dd1bdce9de2783a Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 26 Nov 2024 16:50:27 +0900 Subject: [PATCH] chore: set env for workflow --- .github/workflows/compute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index e930d5b..fbf962f 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -25,6 +25,7 @@ jobs: name: "LLM Reply" runs-on: ubuntu-latest permissions: write-all + environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }} steps: - uses: actions/checkout@v4