Set required permissions

This commit is contained in:
Gunter Labes 2023-08-25 08:12:54 +02:00 committed by GitHub
parent 4f3cde4750
commit 28dbcf1a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,11 @@ on:
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "false"