chore: update repository templates to 7ba40649ae
This commit is contained in:
parent
9bc3112ca2
commit
996cd767b7
20
.github/workflows/licenses.yml
vendored
20
.github/workflows/licenses.yml
vendored
@ -1,3 +1,6 @@
|
|||||||
|
# AUTO-GENERATED, DO NOT EDIT!
|
||||||
|
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/licenses.yml
|
||||||
|
|
||||||
name: Licenses
|
name: Licenses
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -11,11 +14,14 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Install script
|
||||||
- uses: actions/setup-go@v5
|
uses: ory/ci/licenses/setup@master
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
|
||||||
- uses: actions/setup-node@v4
|
- name: Check licenses
|
||||||
with:
|
uses: ory/ci/licenses/check@master
|
||||||
node-version: "18"
|
- name: Write licenses
|
||||||
- run: make licenses
|
uses: ory/ci/licenses/write@master
|
||||||
|
if:
|
||||||
|
${{ github.ref == 'refs/heads/main' || github.ref ==
|
||||||
|
'refs/heads/master' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user