[SOLVED] Drone build can't pull from github private repo after an pull request

Hello, Iโ€™m trying to run drone after merging github PRs, the build is launched but it exists with code 0, here is the logs:

+ git init
Initialized empty Git repository in /drone/src/github.com/zfilali/workflowTest/.git/
+ git remote add origin https://github.com/zfilali/workflowTest.git
+ git fetch --no-tags origin +refs/pull/5/merge:
From https://github.com/zfilali/workflowTest
* branch            refs/pull/5/merge -> FETCH_HEAD
+ git checkout -qf FETCH_HEAD
+ git submodule update --init --recursive

canโ€™t see how to debug this, any help please ?

ah my mistake, the clone was fine, the build fails after :slight_smile: