Remove old changelog
[KDIS.git] / .github / workflows / license.yaml
blob6984017d050394ac80476ea66e21902d444c0984
1 name: license
3 on:
4     schedule:
5         - cron: "0 0 1 1 *"
7 jobs:
8     license:
9         runs-on: ubuntu-latest
10         steps:
11             - name: Checkout
12               uses: actions/checkout@v3
13               with:
14                   fetch-depth: 0
16             - uses: FantasticFiasco/action-update-license-year@v3
17               with:
18                   token: ${{ secrets.GITHUB_TOKEN }}