From 09349ab2308020b0fe6bccf7f130201ad06969d2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 27 Sep 2024 01:34:58 +0200 Subject: [PATCH] fix workflow action --- .github/workflows/validate-icons.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-icons.yml b/.github/workflows/validate-icons.yml index c35ab134b..5cd63fdec 100644 --- a/.github/workflows/validate-icons.yml +++ b/.github/workflows/validate-icons.yml @@ -9,6 +9,8 @@ jobs: validate: if: github.repository == 'tabler/tabler-icons' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 - name: Use Node.js 20 @@ -45,8 +47,6 @@ jobs: - name: Comment PR uses: thollander/actions-comment-pull-request@v2 - permissions: - contents: write with: filePath: ./comment-markup.md comment_tag: validate