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:
|
validate-pr:
|
||||||
if: github.repository == 'tabler/tabler-icons'
|
if: github.repository == 'tabler/tabler-icons'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue