From 259e3f2e7c61f608df8b461f89ada967323adc5a Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 17 Mar 2026 23:09:46 -0400 Subject: [PATCH] Update format.yml to include permissions Added permissions for write access to contents and pull requests. --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a96768c2..867c2c3c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,4 +10,7 @@ jobs: format: if: github.repository_owner == 'bombshell-dev' uses: bombshell-dev/automation/.github/workflows/format.yml@main + permissions: + contents: write + pull-requests: write secrets: inherit