Exploring Github API with Scala 3! =D
First, you will need a Github Personal Token. Find the instructions to generate one here.
Having the token, you can either pass it using the --token
command argument or using a GITHUB_TOKEN
environemnt variable.
When running via Docker (as explained below), just provide the environemnt variable via a .env
file.
sbt run --help
This will show all available commands. To know more about a specific command, run:
sbt run <command> --help
Build the image:
./build-image
And then:
./octogato --help
Or:
./octogato <command> --help
Like explained for sbt.