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
|
||||
|
||||
on:
|
||||
@ -11,11 +14,14 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
- name: Install script
|
||||
uses: ory/ci/licenses/setup@master
|
||||
with:
|
||||
go-version: "1.23"
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18"
|
||||
- run: make licenses
|
||||
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
|
||||
- name: Check licenses
|
||||
uses: ory/ci/licenses/check@master
|
||||
- name: Write 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