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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,8 @@ it can be provided by **either** of the following methods:
31
31
* You will need to set: `GITHUB_TOKEN="<your_token>"` as the environment variable.
32
32
33
33
#### Github APP (Recommened)
34
-
*[Use cctray-auth Github APP](https://github.com/apps/cctray-auth) to grant Read-Only access to Github Actions on your repositories.
35
-
* To use this Github APP, you will need to activate it for you or your organization and get a token.
36
-
* Follow the instructions [below](#github-app-method) to use this method.
34
+
* Install [cctray-auth Github APP](https://github.com/apps/cctray-auth) to grant Read-Only access to Github Actions on Personal or Organization repositories.
35
+
* After installation, you will need to authorize the app and get a Github APP token as described [below](#github-app-method).
37
36
38
37
**Please take into account the [Github API rate limit](https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limiting) for authentication tokens.**
0 commit comments