1 2 3 4 5 6 7 8 9 10 11 12 13
name: gradle-updater on: workflow_dispatch: schedule: # Every night at 5am - cron: "0 5 * * *" jobs: upgrade-gradle-wrapper: uses: joffrey-bion/.github/.github/workflows/upgrade-gradle-wrapper.yml@main secrets: GH_PAT: ${{ secrets.GH_PAT }}