Browse Source
fix(ai-triage): grant models permission to GITHUB_TOKEN
pull/4917/head
Daniel Gibbs
1 month ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
.github/workflows/ai-triage.yml
|
|
|
@ -13,6 +13,7 @@ on: |
|
|
|
permissions: |
|
|
|
issues: write |
|
|
|
contents: read |
|
|
|
models: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
ai-triage: |
|
|
|
|