Skip to content

Commit

Permalink
workflows: Fix pull_request.yml to pass OpenSSF check
Browse files Browse the repository at this point in the history
Add line
permissions: read-all

Signed-off-by: Yi Sun <[email protected]>
  • Loading branch information
ysun committed Jan 25, 2024
1 parent 65a46ed commit 0d97761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Pull Request
permissions: read-all
on:
pull_request:
branches:
Expand Down

0 comments on commit 0d97761

Please sign in to comment.