Update Gradle: Change the token used by the action so workflows are triggered in the resulting PR

This commit is contained in:
Benoit Marty
2024-08-20 10:25:36 +02:00
parent 1942ca9433
commit 5608c4b27a

View File

@@ -21,6 +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