You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,18 @@ bin/tabia github --help
65
65
bin/tabia github repositories --help
66
66
```
67
67
68
+
#### Authentication
69
+
70
+
Please note when using Github Authentication there are 2 options to authenticate.
71
+
72
+
1. Authenticate as a Github App (your app will have to be installed in the organization)
73
+
- integration-id
74
+
- private-key
75
+
2. Authenticate using a Personal Access Token
76
+
- token
77
+
78
+
> :warning: When authenticating as a *GitHub App* please be informed you can only fetch information from **one** organization at a time as the client will be bound to that organizations App installation. To support multiple organizations we require a refactor using a Github client per organization.
79
+
68
80
### Output - Grimoirelab
69
81
70
82
To expose the repositories in [Grimoirelab projects.json](https://github.com/chaoss/grimoirelab-sirmordred#projectsjson-) format, you can optionally provide a json file to map repositories to projects. By default the project will be mapped to the owner of the repository. Anything not matching the rules will fall back to this default.
0 commit comments