mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Tech | Remove github.properties in order to avoid leaking sensitive data. Added comment.
This commit is contained in:
parent
920025c9ed
commit
07f139c770
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Create github.properties in root project folder file
|
||||
* with gpr.usr=GITHUB_USER_ID & gpr.key=PERSONAL_ACCESS_TOKEN
|
||||
*/
|
||||
def githubProperties = new Properties()
|
||||
githubProperties.load(new FileInputStream(rootProject.file('github.properties')))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue