From 992a34a233a7eb9c42675ee1b8425d5b38f04e9b Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 23 Dec 2025 02:13:01 +0100 Subject: [PATCH] Update GitHub Actions workflow to include permissions for pull requests and contents --- .github/workflows/validate-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 145b595e6..c61f1f844 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -9,6 +9,9 @@ jobs: validate-pr: if: github.repository == 'tabler/tabler-icons' runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: read steps: - uses: actions/checkout@v4 with: