Skip to content

Commit

Permalink
feat: add license checker to all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent bc5b2a4 commit c1c6317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check licenses
name: Licenses

on:
pull_request:
Expand All @@ -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 }}
Expand Down

0 comments on commit c1c6317

Please sign in to comment.