Skip to content

license

license #1

Workflow file for this run

name: license
on:
schedule:
- cron: "0 0 1 1 *"
jobs:
license:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}