Merge pull request #3313 from element-hq/feature/bma/fixGradleUpdateAction2
Gradle update action: add label and use other token.
This commit is contained in:
commit
b96ce45f5d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/gradle-wrapper-update.yml
vendored
3
.github/workflows/gradle-wrapper-update.yml
vendored
|
|
@ -21,5 +21,6 @@ jobs:
|
||||||
- name: Update Gradle Wrapper
|
- name: Update Gradle Wrapper
|
||||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
uses: gradle-update/update-gradle-wrapper-action@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
||||||
target-branch: develop
|
target-branch: develop
|
||||||
|
labels: PR-Build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue