Skip to content

Commit ebc22dd

Browse files
authored
Update update-gradle-wrapper.yml (#5821)
1 parent a84021d commit ebc22dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-gradle-wrapper.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
update-gradle-wrapper:
12+
permissions:
13+
pull-requests: write # for gradle-update/update-gradle-wrapper-action
914
if: github.repository == 'testcontainers/testcontainers-java'
1015
runs-on: ubuntu-latest
1116

0 commit comments

Comments
 (0)