Update GitHub Actions workflow to include permissions for pull requests and contents

This commit is contained in:
codecalm 2025-12-23 02:13:01 +01:00
parent e7f40a1500
commit 992a34a233
1 changed files with 3 additions and 0 deletions

View File

@ -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: