From f901d5cea6bfa31697e45594010cb28d1b64279d Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Wed, 14 Jan 2026 17:26:30 +0530 Subject: [PATCH] fix: ci - 6 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e3a425a5..0341e2897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,8 @@ jobs: uses: iffy/install-nim@v5 with: version: binary:2.2.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Cache nimble packages uses: actions/cache@v4