Skip to content

Commit

Permalink
fix: added token to checkout action to be able to clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwaa authored Nov 12, 2024
1 parent 8b4ac18 commit 6ea1f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ea1f8f

Please sign in to comment.