Update Gradle: Change the token used by the action so workflows are triggered in the resulting PR
This commit is contained in:
parent
a748aa7b20
commit
1fbb36eb72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle-wrapper-update.yml
vendored
2
.github/workflows/gradle-wrapper-update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue