Make gradle update PRs run workflows (#8851)
This commit is contained in:
parent
8fc9a68344
commit
bba8a07390
|
@ -21,6 +21,9 @@ 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:
|
||||||
|
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
|
||||||
|
github-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
|
||||||
|
|
||||||
workflow-notification:
|
workflow-notification:
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue