Merge pull request #20 from wneessen/fix-18

Set permissions to read for workflow
This commit is contained in:
Winni Neessen 2024-09-16 09:56:53 +02:00 committed by GitHub
commit b9cb716230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,9 @@ name: REUSE Compliance Check
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest