From aa94bee6065d5b38a34e9a2e569fa7010aa432d1 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 15 Jul 2025 14:02:22 -0500 Subject: [PATCH] fix workflow permissions --- .github/workflows/revive.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/revive.yml b/.github/workflows/revive.yml index 4d5960e..c89130a 100644 --- a/.github/workflows/revive.yml +++ b/.github/workflows/revive.yml @@ -7,13 +7,11 @@ on: branches: [ "main" ] permissions: - contents: read + contents: write pull-requests: write jobs: lint: - permissions: - contents: write runs-on: ubuntu-latest steps: - name: Checkout code