Skip to content

Commit

Permalink
benchmark: Adjust workflow permissions to allow it to write contents
Browse files Browse the repository at this point in the history
This is needed so that it can add a comment on the commit that triggered
it.
  • Loading branch information
bertrand-lorentz committed Sep 5, 2024
1 parent e44e52e commit 65c243a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
# Contents permission needed to create a commit comment
contents: write

jobs:
benchmark:
name: Run Schematron benchmark
Expand Down

0 comments on commit 65c243a

Please sign in to comment.