From 57e211dab435f7e8ef1b66408a125f7ad5a5d1b9 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:33:19 +0800 Subject: [PATCH] topLevel 'contents' permission set to 'read' (#10295) --- .github/workflows/llm-c-evaluation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/llm-c-evaluation.yml b/.github/workflows/llm-c-evaluation.yml index 688cae33..56c8a7e9 100644 --- a/.github/workflows/llm-c-evaluation.yml +++ b/.github/workflows/llm-c-evaluation.yml @@ -5,6 +5,9 @@ concurrency: group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true +permissions: + contents: read + # Controls when the action will run. on: schedule: