From e5ee918063323a11460ba71498487a414bd0e550 Mon Sep 17 00:00:00 2001 From: infogulch Date: Wed, 15 Nov 2023 13:07:45 -0600 Subject: [PATCH] Add checks permission to ci workflow This should allow dependabot builds to complete --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51e971999..b87d1432d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: - cron: '0 0 * * 3' # At 12:00 AM, only on Wednesday workflow_dispatch: +permissions: + checks: write + jobs: style: runs-on: ubuntu-22.04