File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ # AUTO-GENERATED, DO NOT EDIT!
2
+ # Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/licenses.yml
3
+
1
4
name : Licenses
2
5
3
6
on :
@@ -11,11 +14,14 @@ jobs:
11
14
check :
12
15
runs-on : ubuntu-latest
13
16
steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-go@v2
16
- with :
17
- go-version : " 1.18"
18
- - uses : actions/setup-node@v2
17
+ - name : Install script
18
+ uses : ory/ci/licenses/setup@master
19
19
with :
20
- node-version : " 18"
21
- - run : make licenses
20
+ token : ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
21
+ - name : Check licenses
22
+ uses : ory/ci/licenses/check@master
23
+ - name : Write licenses
24
+ uses : ory/ci/licenses/write@master
25
+ if :
26
+ ${{ github.ref == 'refs/heads/main' || github.ref ==
27
+ ' refs/heads/master' }}
You can’t perform that action at this time.
0 commit comments