Skip to content

Commit aec3af0

Browse files
committed
chore: update repository templates to ory/meta@6dd5819
1 parent 5e6dc23 commit aec3af0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/licenses.yml

+6
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ jobs:
2626
if:
2727
${{ github.ref == 'refs/heads/main' || github.ref ==
2828
'refs/heads/master' }}
29+
with:
30+
author-email:
31+
${{ secrets.ORY_BOT_PAT &&
32+
'[email protected]' || github.actor +
33+
'@users.noreply.github.com' }}
34+
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 commit comments

Comments
 (0)