From 12acf633f928e721b1f8e194cab0beb291511e63 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:45:25 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/763e4c1c28fc176232e3efe827a0b622313f7dea --- .github/workflows/licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 7d0eb3ac..0a12162e 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }} - name: Check licenses uses: ory/ci/licenses/check@master - - name: Write licenses + - name: Write, commit, push licenses uses: ory/ci/licenses/write@master if: ${{ github.ref == 'refs/heads/main' || github.ref ==