diff --git a/.github/workflows/validate-icons.yml b/.github/workflows/validate-icons.yml index dff43274e..1de129d65 100644 --- a/.github/workflows/validate-icons.yml +++ b/.github/workflows/validate-icons.yml @@ -9,8 +9,6 @@ jobs: validate: if: github.repository == 'tabler/tabler-icons' runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - uses: actions/checkout@v4 - name: Use Node.js 20 @@ -50,3 +48,4 @@ jobs: with: filePath: ./comment-markup.md comment_tag: validate + mode: recreate