diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index 9e66f12..27acd16 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -25,6 +25,7 @@ jobs: name: "Comment Embedding Store" runs-on: ubuntu-latest permissions: write-all + environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }} steps: - uses: actions/checkout@v4