Skip to content

Commit 743c3ac

Browse files
authored
Update test.yaml
1 parent e7fa401 commit 743c3ac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: AI Adoption Report
22

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+
39
on:
410
pull_request:
511
types: [opened, synchronize, reopened]
@@ -13,4 +19,7 @@ on:
1319
jobs:
1420
ai-adoption:
1521
uses: vonage-technology/api-ept-ai-forge/.github/workflows/ai-adoption-v2.yml@main
22+
# example granural permissions
23+
permissions:
24+
models: read
1625
secrets: inherit

0 commit comments

Comments
 (0)