From 91fc0c76714292420154e5e5536aaa15292f8f7e Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:06:03 -0400 Subject: [PATCH] permissions: pull-requests, contents --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d2097a1a..e672cb16c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,6 @@ on: push: branches: [main] -permissions: - checks: write - jobs: build: name: 🏗️ Build @@ -35,6 +32,10 @@ jobs: name: 🔬 Test runs-on: ubuntu-latest timeout-minutes: 30 + permissions: + checks: write + pull-requests: write + contents: write steps: - name: Checkout repository uses: actions/checkout@v4