Skip to content

Commit

Permalink
Merge pull request #20 from wneessen/fix-18
Browse files Browse the repository at this point in the history
Set permissions to read for workflow
  • Loading branch information
wneessen authored Sep 16, 2024
2 parents f2f653e + b0b7b07 commit b9cb716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: REUSE Compliance Check

on: [push, pull_request]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9cb716

Please sign in to comment.