From 1a32a01db66db9c787deca274b49c322aaf8221a Mon Sep 17 00:00:00 2001 From: Salvador real Date: Fri, 22 Jul 2022 22:55:21 -0600 Subject: [PATCH] Update ci.yml Add Token with write permissions Signed-off-by: Salvador real --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9457f..2811f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: if: failure() uses: peter-evans/create-or-update-comment@v2 with: + token: ${{ secrets.COMMENT_TOKEN }} issue-number: ${{ github.event.pull_request.number }} body: | Oh eslint fail 😥!