From c1c6317a687b02f43892af6acce5f93503af1fe5 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:02:30 +0100 Subject: [PATCH] feat: add license checker to all repos --- .github/workflows/licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 7620a709..cba04361 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -1,4 +1,4 @@ -name: Check licenses +name: Licenses on: pull_request: @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - name: Setup licenses + - name: Install script uses: ory/ci/licenses/setup@master with: token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}