Skip to content

Commit

Permalink
Add permissions to style check action (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Aug 15, 2023
1 parent f80bfb6 commit 465b36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Style Check
on: [push, pull_request]
permissions:
contents: read
jobs:
python-style-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 465b36f

Please sign in to comment.