From c3daacec6d4fb25f71308e9a106ec9d9c0398ea0 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:23:54 +0800 Subject: [PATCH] Fix Token Permission issues (#10151) Co-authored-by: Your Name --- .github/workflows/llm-harness-evaluation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index 9edddb90..984e809f 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-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: