Skip to content

Commit

Permalink
Fix update gradle workflow (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jul 2, 2023
1 parent 231d03d commit f6c734c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-gradle-wrappers-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK for running Gradle
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17

- 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 f6c734c

Please sign in to comment.