Skip to content

Commit

Permalink
Make gradle update PRs run workflows (#5591)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jul 5, 2023
1 parent eec86a4 commit 1e46732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-gradle-wrappers-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Update Gradle Wrapper
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:
needs:
Expand Down

0 comments on commit 1e46732

Please sign in to comment.