From 284b9def5477d56fe84ff068438a1e08b454dcca Mon Sep 17 00:00:00 2001 From: aditya7302 Date: Thu, 20 Jun 2024 12:53:36 +0530 Subject: [PATCH] Define top level Permission for ci-schedule-compatibility workflow Signed-off-by: aditya7302 --- .github/workflows/ci-schedule-compatibility.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index bc67d091c..33e54a18e 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -4,6 +4,9 @@ on: # Run this workflow "At 20:00 UTC on Sunday and Saturday" - cron: '0 20 * * 0,6' +permissions: + contents: read # Required by actions/checkout to fetch the repository contents. + jobs: e2e: name: e2e test