We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb0074 commit e9bdf1bCopy full SHA for e9bdf1b
.github/workflows/update-gradle-wrappers-daily.yml
@@ -13,8 +13,17 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
16
+ - name: Set up JDK for running Gradle
17
+ uses: actions/setup-java@v3
18
+ with:
19
+ distribution: temurin
20
+ java-version: 17
21
+
22
- name: Update Gradle Wrapper
23
uses: gradle-update/update-gradle-wrapper-action@v1
24
25
+ # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
26
+ github-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
27
28
workflow-notification:
29
needs:
0 commit comments