Skip to content

Commit

Permalink
docs: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 28, 2023
1 parent ddb5918 commit fe30f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A collection of actions for automating GitHub projects

For organization projects, the recommended way to use these actions is with a
GitHub app. An authentication token for the app can be easily generated in the
GitHub actions workflow using `electron/github-app-auth-action`. For public
repositories the app does not need to be installed on the repository itself,
only the organization. For private repositories the app must be installed on
the repository and given proper permissions to view issues and pull requests.
GitHub actions workflow using [`electron/github-app-auth-action`](https:/electron/github-app-auth-action)
. For public repositories the app does not need to be installed on the repository
itself, only the organization. For private repositories the app must be installed
on the repository and given proper permissions to view issues and pull requests.

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

0 comments on commit fe30f77

Please sign in to comment.