diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f328427..4ee7002 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: container: image: oven/bun:latest steps: + - name: Clone private repo + run: git clone "$GITEA_REPOSITORY_CLONE_URL" . + - name: Install dependencies run: bun install