File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
permissions :
15
15
id-token : write
16
- contents : read
16
+ contents : write
17
17
issues : write
18
18
pull-requests : write
19
- checks : write
19
+ # checks: write
20
20
21
21
jobs :
22
22
build-test :
70
70
uses : stoplightio/spectral-action@latest
71
71
with :
72
72
file_glob : ' ./openapi.json'
73
+ repo_token : ${{ secrets.GH_PAT_GRAINED }}
73
74
74
75
- name : Install playwright
75
76
shell : pwsh
Original file line number Diff line number Diff line change 10
10
11
11
permissions :
12
12
id-token : write
13
- contents : read
14
- checks : write
13
+ contents : write
14
+ # checks: write
15
15
16
16
jobs :
17
17
build-test-deploy :
84
84
uses : stoplightio/spectral-action@latest
85
85
with :
86
86
file_glob : ' ./openapi.json'
87
+ repo_token : ${{ secrets.GH_PAT_GRAINED }}
88
+
87
89
88
90
- name : Test solution
89
91
You can’t perform that action at this time.
0 commit comments