From 0d83d9161e2d3512797278905be0dab2f6c91d20 Mon Sep 17 00:00:00 2001 From: Joshua Raphael Date: Mon, 25 Nov 2024 10:51:49 -0700 Subject: [PATCH] add write permissions to ci --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a850511..0ea7991 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,8 @@ on: branches: [ "**" ] permissions: - contents: read + contents: write + pull-requests: write jobs: lint: