From 8b4e49f89843a7707246da77a0e41987b2c1b754 Mon Sep 17 00:00:00 2001 From: Aleksandr Meshchriakov Date: Wed, 18 Feb 2026 13:38:10 +0100 Subject: [PATCH] =?UTF-8?q?CI:=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20TG=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D0=B0=20=D0=B1=D0=B5=D0=B7=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20secrets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index df4631c..01f73a0 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -22,9 +22,6 @@ jobs: name: Code Quality Checks runs-on: ubuntu-latest if: ${{ !contains(github.event.head_commit.message, '#no_lint') }} - env: - TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }} - TG_CHANNEL: ${{ secrets.TG_CHANNEL }} steps: - name: Checkout code @@ -86,9 +83,6 @@ jobs: name: Run Tests runs-on: ubuntu-latest if: ${{ !contains(github.event.head_commit.message, '#no_test') }} - env: - TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }} - TG_CHANNEL: ${{ secrets.TG_CHANNEL }} steps: - name: Checkout code @@ -153,9 +147,6 @@ jobs: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && (needs.lint.result == 'success' || needs.lint.result == 'skipped') && (needs.test.result == 'success' || needs.test.result == 'skipped') - env: - TG_BOT_KEY: ${{ secrets.TG_BOT_KEY }} - TG_CHANNEL: ${{ secrets.TG_CHANNEL }} steps: - name: Checkout code