Skip to content

Commit 7361205

Browse files
committed
chore: update repository templates to ory/meta@6dd5819
1 parent 2ff2c14 commit 7361205

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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 }}

.github/workflows/milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.TOKEN_PRIVILEGED }}
2121
- name: Milestone Documentation Generator

0 commit comments

Comments
 (0)