diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml new file mode 100644 index 0000000..0ec7da2 --- /dev/null +++ b/.github/workflows/license.yml @@ -0,0 +1,14 @@ +name: Update copyright year(s) in license file + +on: workflow_dispatch + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: FantasticFiasco/action-update-license-year@v3 + with: + token: ${{ secrets.TOKEN }}