Skip to content

Commit

Permalink
update vale permissions (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-allen-mongo authored Oct 30, 2023
1 parent 80c0978 commit be49789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vale-tdbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
vale:
name: TDBX Vale rules
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@master
Expand Down Expand Up @@ -37,4 +40,3 @@ jobs:
files: ${{steps.files.outputs.added_modified}}
fail_on_error: true
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit be49789

Please sign in to comment.