diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c48b2831..f3409078e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: permissions: + checks: write contents: read + issues: read + pull-requests: write # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: lint: