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