1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | READme fix (#2226)

This commit is contained in:
Evgenii Kozlov 2022-05-03 19:00:46 +03:00 committed by GitHub
parent 37d052cdbf
commit be61a1b529
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,11 @@
```
gpr.usr=GITHUB_USER_ID
gpr.key=GITHUB_TOKEN
gpr.key=GITHUB_PERSONAL_ACCESS_TOKEN
```
Your Github ID can be found [here](https://caius.github.io/github_id/). As to your personal Github access token, you can generate it in `Developer settings` in your profile settings on Github.
- Create `apikeys.properties` file in root project folder:
```