diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dba8c6..2a16d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,11 @@ on: paths-ignore: - 'README.md' - 'docs/**' + +permissions: + pull-requests: write + contents: write + jobs: build: runs-on: ubuntu-latest