From 07305a2923d8f0cee5ac93b0a791cea674a0eed9 Mon Sep 17 00:00:00 2001 From: IgorVolochay Date: Tue, 1 Sep 2026 11:11:17 +0300 Subject: [PATCH] Add DEV_MODE to GitHub secrets --- .github/workflows/app-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/app-actions.yml b/.github/workflows/app-actions.yml index f72419b..157f877 100644 --- a/.github/workflows/app-actions.yml +++ b/.github/workflows/app-actions.yml @@ -47,6 +47,7 @@ jobs: RABBIT_PORT: ${{ secrets.RABBIT_PORT || '5672' }} RABBIT_USER: ${{ secrets.RABBIT_USER }} RABBIT_PASS: ${{ secrets.RABBIT_PASS }} + DEV_MODE: ${{ secrets.DEV_MODE || 'true' }} steps: - name: Checkout uses: actions/checkout@v4