Skip to content

Commit

Permalink
Add workflow to auto-update Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Jan 11, 2022
1 parent a35912b commit fe099b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gradle-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 }}

0 comments on commit fe099b9

Please sign in to comment.