Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jul 4, 2021
1 parent a210388 commit 1c8335b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Label Actions is a GitHub bot that performs certain actions when issues
or pull requests are labeled or unlabeled.

> The legacy version of this project can be found
> [here](https://github.com/dessant/label-actions-app).
<img width="800" src="https://raw.githubusercontent.com/dessant/label-actions/master/assets/screenshot.png">

## Supporting the Project
Expand Down Expand Up @@ -259,7 +256,7 @@ The action uses an installation access token by default to interact with GitHub.
You may also authenticate with a personal access token to perform actions
as a GitHub user instead of the `github-actions` app.

Create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
Create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)
with the `repo` or `public_repo` scopes enabled, and add the token as an
[encrypted secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository)
for the repository or organization, then provide the action with the secret
Expand Down

0 comments on commit 1c8335b

Please sign in to comment.