Skip to content

Commit f807aa3

Browse files
Copilotzdrawku
andcommitted
fix: add explicit permissions to skill-eval workflow (CodeQL alert)
Co-authored-by: zdrawku <11193764+zdrawku@users.noreply.github.com>
1 parent ac1335a commit f807aa3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/skill-eval.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'skills/**'
77
- 'evals/**'
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
eval:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)