ci: restrict the CI actions permissions

This commit is contained in:
2024-08-15 13:50:01 +02:00
parent f3773f724a
commit 44a4e69a62
3 changed files with 15 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
packages: read
statuses: write
steps: