From aec3af0ebe47852daf3b637a538ca6246b4f7ffe Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:34:06 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/6dd58197127fcc22f1602fe2481e65e3fb356441 --- .github/workflows/licenses.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 0a12162..68ebf0a 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -26,3 +26,9 @@ jobs: if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }} + with: + author-email: + ${{ secrets.ORY_BOT_PAT && + '60093411+ory-bot@users.noreply.github.com' || github.actor + + '@users.noreply.github.com' }} + author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}