From 55cf4f166d172ca9737271ad1541f28790a57d5c Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Tue, 12 Mar 2024 10:20:45 +0100 Subject: [PATCH] Set read only permissions to the check job Signed-off-by: m.nabokikh --- .github/workflows/checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 6432acb88f..3b790f338e 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, labeled, unlabeled, synchronize] +permissions: + contents: read + jobs: release-label: name: Release note label