diff --git a/templates/repository/common/.github/workflows/licenses.yml b/templates/repository/common/.github/workflows/licenses.yml index 8bb143b..bc9ea02 100644 --- a/templates/repository/common/.github/workflows/licenses.yml +++ b/templates/repository/common/.github/workflows/licenses.yml @@ -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 }} diff --git a/templates/repository/server/.github/workflows/milestone.yml b/templates/repository/server/.github/workflows/milestone.yml index fb47e4a..6a5201e 100644 --- a/templates/repository/server/.github/workflows/milestone.yml +++ b/templates/repository/server/.github/workflows/milestone.yml @@ -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