Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@7ba4064
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent bbded8c commit 333fc03
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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:
pull_request:
push:
branches:
- main
- master

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Install script
uses: ory/ci/licenses/setup@master
with:
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' }}

0 comments on commit 333fc03

Please sign in to comment.