From 4e47c5dfa8813d716d5950fa885b9fa770ba5d11 Mon Sep 17 00:00:00 2001 From: Harold Torres Date: Wed, 1 Apr 2026 13:08:28 +1100 Subject: [PATCH] chore: grant write permissions to contents in CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93f77d0..e66263a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,8 @@ jobs: name: Test & Coverage runs-on: ubuntu-latest timeout-minutes: 15 + permissions: + contents: write steps: - name: Checkout