diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 842622ada..5741b872a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,8 +12,13 @@ on: env: PUB_ENVIRONMENT: bot.github +permissions: + contents: read + jobs: build: + permissions: + checks: write # for coverallsapp/github-action to create new checks name: ${{ matrix.linter-bot }} runs-on: ubuntu-latest strategy: