File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ A collection of actions for automating GitHub projects
9
9
10
10
For organization projects, the recommended way to use these actions is with a
11
11
GitHub app. An authentication token for the app can be easily generated in the
12
- GitHub actions workflow using ` electron/github-app-auth-action ` . For public
13
- repositories the app does not need to be installed on the repository itself,
14
- only the organization. For private repositories the app must be installed on
15
- the repository and given proper permissions to view issues and pull requests.
12
+ GitHub actions workflow using [ ` electron/github-app-auth-action ` ] ( https://github.com/electron/github-app-auth-action )
13
+ . For public repositories the app does not need to be installed on the repository
14
+ itself, only the organization. For private repositories the app must be installed
15
+ on the repository and given proper permissions to view issues and pull requests.
16
16
17
17
For user projects, the recommended way to use these actions is with a classic
18
18
PAT (Personal Access Token). The PAT must have the ` project ` scope, and for
You can’t perform that action at this time.
0 commit comments