From 4f62d1486d7f15be8f7d248b9526831bcb309b5d Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 22 Aug 2024 14:50:12 -0700 Subject: [PATCH] ugh try again with different permissions --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d74bf8bf..917caa6f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,8 @@ on: branches: [ main ] # Redundant, workflow_run events are only triggered on default branch (`main`) permissions: + checks: write + pull-requests: write contents: write actions: write