Merge pull request #3313 from element-hq/feature/bma/fixGradleUpdateAction2

Gradle update action: add label and use other token.
This commit is contained in:
Benoit Marty
2024-08-20 10:29:50 +02:00
committed by GitHub

View File

@@ -21,5 +21,6 @@ jobs:
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
target-branch: develop
labels: PR-Build