We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ad4b3 commit 15c7581Copy full SHA for 15c7581
1 file changed
.github/workflows/test-github-models.yaml
@@ -5,12 +5,14 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
- # Also run when chat.py files are modified
9
paths:
10
- - 'chat.py'
11
- - 'spanish/chat.py'
12
- 'requirements.txt'
13
- '.github/workflows/test-github-models.yaml'
+ - 'chat.py'
+ - 'spanish/chat.py'
+
14
+permissions:
15
+ models: read
16
17
jobs:
18
test-github-models:
0 commit comments