diff --git a/README.md b/README.md index 2e3e46e..d3d631f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# git\_with\_api +# Get\_data\_fromAPIGit This project uses Quarkus, the Supersonic Subatomic Java Framework. diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 03f9db7..2a4cc28 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ github.api.url=https://api.github.com -github.api.token=token +github.api.token=your_github_api_token_here quarkus.rest-client.github-api.url=${github.api.url}