Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
removed token
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jan 29, 2020
1 parent d2825d4 commit c246fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ task printVersion {
}

githubRelease {
token "10a3d531d972f71ad2ef0e569dff4314c3b2675a"
token = project.hasProperty('githubToken') ? project.property('githubToken') : System.getenv('GITHUB_TOKEN')
owner "RediSearch"
repo "lettusearch"
}

0 comments on commit c246fc4

Please sign in to comment.