From 28de6e96553b802a29fb39fc8575bfaf765bc165 Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Tue, 17 Sep 2024 02:24:13 -0700 Subject: [PATCH] Try moving perms to root --- .github/workflows/pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c49815c7..2896ac13 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,11 +9,12 @@ on: env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} +permissions: + checks: write + contents: write + jobs: lint: - permissions: - checks: write - contents: write name: Run linters runs-on: ubuntu-latest