Skip to content

Commit

Permalink
fix(ci): permission for add comment (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet authored Nov 4, 2024
1 parent ef25cca commit 50db8e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: workflow_call
jobs:
validate-markdown:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 50db8e8

Please sign in to comment.