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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ it can be provided by **either** of the following methods:
28
28
#### Github Personal Access Token
29
29
*[FGPAT (recommended) or PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
30
30
* Read-Only access to Actions (Workflows, workflow runs and artifacts) required for Private repos.
31
-
* You will need to set: `GITHUB_TOKEN="<your_token>"` as the environment variable.
31
+
* You will need to set: `GITHUB_TOKEN="<your_github_token>"` as the environment variable.
32
32
33
33
#### Github APP (Recommened)
34
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.
0 commit comments