Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@6dd5819
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Dec 31, 2024
1 parent 8fbe53e commit 175b042
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
uses: ory/ci/licenses/write@master
if: ${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}
with:
author-email: ${{ secrets.ORY_BOT_PAT &&
'[email protected]' || github.actor +
'@users.noreply.github.com' }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 comments on commit 175b042

Please sign in to comment.