Skip to content

Commit

Permalink
Update update-gradle-wrapper.yml (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura authored Sep 2, 2022
1 parent a84021d commit ebc22dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
contents: read

jobs:
update-gradle-wrapper:
permissions:
pull-requests: write # for gradle-update/update-gradle-wrapper-action
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest

Expand Down

0 comments on commit ebc22dd

Please sign in to comment.