From 6ea1f8f59343cf8d49f3efa60769c0c5892a668a Mon Sep 17 00:00:00 2001 From: iluwaa <41576288+iluwaa@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:07:04 +0700 Subject: [PATCH] fix: added token to checkout action to be able to clone submodules --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4bf1596d484..a1370032ecb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: with: fetch-depth: 2 submodules: "recursive" + token: ${{ secrets.ZKSYNC_ADMIN_BOT_ORG_REPO_WRITE }} - name: Get changed files id: changed-files