Make gradle update PRs run workflows (#8851)

This commit is contained in:
Trask Stalnaker 2023-07-03 00:54:51 -07:00 committed by GitHub
parent 8fc9a68344
commit bba8a07390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: