Skip to content

Commit

Permalink
Merge branch 'main' into fharper/toc
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Oct 11, 2023
2 parents c91deb5 + 4da6986 commit 0e57831
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Update copyright years

on:
schedule:
- cron: '0 4 1 1 *' # Midnight of December 31st (GitHub Action are using UTC)
workflow_dispatch:

jobs:
update-license-year:
runs-on: ubuntu-latest
steps:

- uses: actions/[email protected]

- uses: FantasticFiasco/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
commitAuthorName: 'kube1st'
commitAuthorEmail: ${{ secrets.GPG_EMAIL }}
gpgPrivateKey: ${{ secrets.GPG_KEY }}
gpgPassphrase: ${{ secrets.GPG_PASSPHRASE }}
commitTitle: "chore: update license years with {{currentYear}}"
prTitle: "chore: update license years with {{currentYear}}"

0 comments on commit 0e57831

Please sign in to comment.