mirror of
https://github.com/dessant/label-actions.git
synced 2026-03-13 01:27:03 -04:00
chore: update description
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user