Skip to content

Commit

Permalink
Merge pull request #12 from JabRef/koppor-patch-2
Browse files Browse the repository at this point in the history
Add GH workflow "Update Gradle Wrapper"
  • Loading branch information
Siedlerchr authored Sep 8, 2023
2 parents 6c6fbd0 + 960decd commit 24f2930
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Gradle Wrapper

on:
schedule:
- cron: "0 5 * * 1"
workflow_dispatch:

jobs:
update-gradle-wrapper:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
labels: dependencies
repo-token: ${{ secrets.GH_TOKEN_UPDATE_GRADLE_WRAPPER }}

0 comments on commit 24f2930

Please sign in to comment.