Skip to content

Commit

Permalink
Merge pull request #775 from thisisnic/styler-write-permissions
Browse files Browse the repository at this point in the history
Give GITHUB_TOKEN permission to write during style action "Commit and push changes" step
  • Loading branch information
gaborcsardi authored Feb 27, 2024
2 parents 8d96b7e + 702817a commit 809e265
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 809e265

Please sign in to comment.