From 4b18436fb04d4da379232db0fade597af530d2b5 Mon Sep 17 00:00:00 2001 From: Mikhail Romanko Date: Tue, 15 Sep 2026 14:59:58 +0300 Subject: [PATCH] Fix CI? --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01e9e41..49a361d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.token }} - name: Install tools run: |