Skip to content

Commit

Permalink
Add contents writing permissions to the style job
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Oct 31, 2023
1 parent e40ad90 commit 702817a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: Style
jobs:
style:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 702817a

Please sign in to comment.