Korekto grader for Java basics exercise
Exercise subject: here
You will need these 2 env vars:
GH_LOGIN
your GitHub loginGH_TOKEN
a Personal Access Token with permissions:- (classic) :
repo
anduser
- (fine-grained):
- Repository permissions:
- Actions:
Read-only
- Contents:
Read-only
- Actions:
- Repository permissions:
- (classic) :
git clone [email protected]:lernejo/korekto-java-basics-grader.git
cd korekto-java-basics-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"