topLevel 'contents' permission set to 'read' (#10295)
This commit is contained in:
parent
58208a5883
commit
57e211dab4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/llm-c-evaluation.yml
vendored
3
.github/workflows/llm-c-evaluation.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue