Skip to content

Commit 1e46732

Browse files
authored
Make gradle update PRs run workflows (#5591)
1 parent eec86a4 commit 1e46732

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-gradle-wrappers-daily.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
- name: Update Gradle Wrapper
2323
uses: gradle-update/update-gradle-wrapper-action@v1
24+
with:
25+
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
26+
github-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
2427

2528
workflow-notification:
2629
needs:

0 commit comments

Comments
 (0)