From 240fc5c1efa7ea496b3d80f725e62f667e6b4fdd Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 27 Mar 2025 04:17:20 -0400 Subject: [PATCH] feat: enhance release process with Doppler integration (#1251) Co-authored-by: Prad N --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73eaf69a7..70ddc5815 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,5 @@ jobs: uses: jetify-com/devbox-install-action@v0.12.0 - name: Push using ssh run: devbox run release - with: + env: DOPPLER_SONR_RELEASE_TOKEN: ${{ secrets.DOPPLER_RELEASE_TOKEN }}