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