Update GitHub Actions workflow to include permissions for pull requests and contents
This commit is contained in:
parent
e7f40a1500
commit
992a34a233
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue