From 3141ae45458fe85665c94ba491f36ca84f30c5e1 Mon Sep 17 00:00:00 2001 From: serverus Date: Thu, 8 Jan 2026 00:18:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9e75e52..0ed9b88 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: runs-on: ubuntu-latest steps: + - + name: Check ENV`s + run: echo ${{ secrets.REGISTRY }} && ${{ secrets.TOKEN }} - name: Checkout repository uses: actions/checkout@v4