Skip to content

Commit

Permalink
ci: add proper permissions to shfmt job
Browse files Browse the repository at this point in the history
  • Loading branch information
wheinze authored and jonathanmorley committed Sep 15, 2023
1 parent 1eae44d commit 305baff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
run: shellcheck bin/*
shfmt:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 305baff

Please sign in to comment.