Fix Token Permission issues (#10151)
Co-authored-by: Your Name <Your Email>
This commit is contained in:
parent
1508d6b089
commit
c3daacec6d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/llm-harness-evaluation.yml
vendored
3
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue