Skip to content

Commit

Permalink
fix: restore checks write permissions to acceptance-workflow to allow…
Browse files Browse the repository at this point in the history
… /check-runs POSTs

Signed-off-by: PavelSBorisov <[email protected]>
  • Loading branch information
PavelSBorisov committed Nov 21, 2024
1 parent 3f2b6c3 commit d34b91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
timeout-minutes: 50
permissions:
contents: read
checks: write
env:
OPERATOR_ID_MAIN: ${{ inputs.operator_id }}
steps:
Expand Down

0 comments on commit d34b91a

Please sign in to comment.