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
commit 2eb3bd5682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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