We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fa401 commit 743c3acCopy full SHA for 743c3ac
1 file changed
.github/workflows/test.yaml
@@ -1,5 +1,11 @@
1
name: AI Adoption Report
2
3
+# if you don't need the GITHUB token
4
+permissions: {}
5
+# if you need read access to repo:
6
+# permissions: read-all
7
+# if you need write access then this should be inside the respective job
8
+
9
on:
10
pull_request:
11
types: [opened, synchronize, reopened]
@@ -13,4 +19,7 @@ on:
13
19
jobs:
14
20
ai-adoption:
15
21
uses: vonage-technology/api-ept-ai-forge/.github/workflows/ai-adoption-v2.yml@main
22
+ # example granural permissions
23
+ permissions:
24
+ models: read
16
25
secrets: inherit
0 commit comments