diff --git a/README.md b/README.md index f8b13538..d4e041b2 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,6 @@ labels: You need to provide a personal access token to an auto label GitHub Actions or GitHub Bot like `actions/labeler`. -```yaml -- name: Label Commenter - uses: peaceiris/actions-label-commenter@v1 - with: - github_token: ${{ secrets.GH_PAT }} -``` -
Back to TOC ☝️