Korekto grader for Java basics exercise
Exercise subject: here
You will need these 2 env vars:
GH_LOGINyour GitHub loginGH_TOKENa Personal Access Token with permissions:- (classic) :
repoanduser - (fine-grained):
- Repository permissions:
- Actions:
Read-only - Contents:
Read-only
- Actions:
- Repository permissions:
- (classic) :
git clone git@github.com:lernejo/korekto-java-basics-grader.git
cd korekto-java-basics-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"