diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aee7e44..1c2012c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -6,6 +6,10 @@ on: push: branches: [ "main" ] +permissions: + checks: write + pull-requests: write + jobs: integration-tests: