Skip to content

Commit

Permalink
update scan workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Mar 26, 2024
1 parent e6f2b0e commit c238c8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
pull_request_target:
types: [opened, synchronize]

permissions: read-all
permissions:
contents: read
pull-requests: write

jobs:
check-run:
Expand Down

0 comments on commit c238c8f

Please sign in to comment.