From f00ab4597b8c407c1d94c18b64ceaeeb1adf4de4 Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Thu, 8 Aug 2024 02:00:12 +0300 Subject: [PATCH] update permissions --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a5b21639..25ab203d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,14 +10,15 @@ concurrency: group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} cancel-in-progress: true -permissions: - contents: read - jobs: build: name: build kernel and system runs-on: namespace-profile-arm64-8x16-2004-caching timeout-minutes: 60 + permissions: + contents: read + pull-requests: write + actions: read steps: - uses: actions/checkout@v4 with: