Skip to content

Commit e871f44

Browse files
authored
Update permission in update-gradle-wrapper workflow (#6280)
Currently, the workflow has been failing. See [workflow runs](https://github.com/testcontainers/testcontainers-java/actions/workflows/update-gradle-wrapper.yml) This is due to a missing permission which is unable to push the branch to the repository.
1 parent df42716 commit e871f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
update-gradle-wrapper:
1212
permissions:
13+
contents: write # for gradle-update/update-gradle-wrapper-action
1314
pull-requests: write # for gradle-update/update-gradle-wrapper-action
1415
if: github.repository == 'testcontainers/testcontainers-java'
1516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)