Skip to content

Commit

Permalink
Fix workflow's permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 21, 2022
1 parent e4f377b commit 386377f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:
- cron: '30 5 * * *'

jobs:
build:
check:
permissions:
contents: read
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 386377f

Please sign in to comment.