Skip to content

Commit

Permalink
Add permissions to verible-format GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen committed Aug 16, 2024
1 parent ba39424 commit bd8c830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verible-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
jobs:
verible-format:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: read
steps:
- uses: actions/checkout@master
- uses: chipsalliance/verible-formatter-action@main
Expand Down

0 comments on commit bd8c830

Please sign in to comment.