We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5d6d commit e3abfbcCopy full SHA for e3abfbc
1 file changed
.github/workflows/test-github-models.yaml
@@ -1,4 +1,4 @@
1
-name: Test example files are working with GitHub models
+name: Run example files with GitHub models
2
3
on:
4
push:
@@ -11,15 +11,12 @@ on:
11
- 'chat.py'
12
- 'spanish/chat.py'
13
14
-permissions:
15
- models: read
16
- contents: read
17
-
18
jobs:
19
test-github-models:
20
runs-on: ubuntu-latest
21
permissions:
22
contents: read
+ models: read
23
24
steps:
25
- uses: actions/checkout@v5
0 commit comments