File tree Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ permissions :
9
+ contents : read
10
+ pages : write
11
+ id-token : write
12
+
13
+ concurrency :
14
+ group : ' pages'
15
+ cancel-in-progress : true
16
+
8
17
jobs :
9
18
lint :
10
19
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 24
24
- uses : stoplightio/spectral-action@v0.8.10
25
25
with :
26
26
file_glob : ' tsp-output/*.yaml'
27
- library-deployment :
28
- needs : [lint]
29
- runs-on : ubuntu-latest
30
- if : github.event_name == 'push'
31
- strategy :
32
- matrix :
33
- repo :
34
- - ' solvedac/api.ts'
35
- - ' solvedac/api.rs'
36
- steps :
37
- - name : Invoke Workflow
38
- uses : benc-uk/workflow-dispatch@v1
39
- with :
40
- workflow : Follow Up
41
- token : ${{ secrets.WORKFLOW_DISPATCH }}
42
- repo : ${{ matrix.repo }}
You can’t perform that action at this time.
0 commit comments