From 1d973dd4dd82082d139976e75c3853b14df1c227 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Tue, 12 Mar 2024 10:34:15 +0100 Subject: [PATCH] Set read only permissions to the check job (#3415) 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