From 12b62fbd17cd940c7ae81fdb55f9698e40327c3f Mon Sep 17 00:00:00 2001 From: Eli Zibin <1131641+zibs@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:31:40 -0700 Subject: [PATCH] chore: add release env --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85fc3e0..d6a1bea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: issues: write pull-requests: write id-token: write + environment: production runs-on: ubuntu-latest steps: - uses: nearform-actions/optic-release-automation-action@v4