From 72430fa1c6cd53de27f04e97c7646c7d5ffbaf7a Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 26 Sep 2022 17:48:49 +1000 Subject: [PATCH] fix: permissions for reviewdog --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1def0f1..fca0d66 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,8 @@ on: permissions: pull-requests: write + checks: write + contents: read jobs: lint-bash: