Skip to content

Commit fe30f77

Browse files
authored
docs: add link
1 parent ddb5918 commit fe30f77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A collection of actions for automating GitHub projects
99

1010
For organization projects, the recommended way to use these actions is with a
1111
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.
1616

1717
For user projects, the recommended way to use these actions is with a classic
1818
PAT (Personal Access Token). The PAT must have the `project` scope, and for

0 commit comments

Comments
 (0)