Skip to content

Commit

Permalink
fix: set git actor
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 31, 2024
1 parent a5e8b9a commit 6dd5819
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions templates/repository/common/.github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN_PRIVILEGED }}
- name: Milestone Documentation Generator
Expand Down

0 comments on commit 6dd5819

Please sign in to comment.