From 04251401aae675ba7a6fd06a1da5da94b3defaa6 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 23 Nov 2025 01:25:27 +0100 Subject: [PATCH] ci: Add permissions to github token --- .github/workflows/rag-evaluation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rag-evaluation.yml b/.github/workflows/rag-evaluation.yml index 9804881..d24e494 100644 --- a/.github/workflows/rag-evaluation.yml +++ b/.github/workflows/rag-evaluation.yml @@ -16,6 +16,8 @@ jobs: rag-evaluation: runs-on: ubuntu-latest timeout-minutes: 45 + permissions: + models: read steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0