Skip to content

License

License #3

name: License
on:
schedule:
- cron: '0 19 1 1 *'
workflow_dispatch:
jobs:
license:
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: rekgrpth/git-clone-shell-action@v1
- uses: rekgrpth/update-license-year-shell-action@v1