We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a0e33 commit 19e0ed3Copy full SHA for 19e0ed3
.github/workflows/gradle-publish.yml
@@ -38,7 +38,9 @@ jobs:
38
run: chmod +x ./gradlew
39
40
- name: Build with Gradle
41
- run: ./gradlew build
+ run: |
42
+ echo "GITHUB_TOKEN is >>${GITHUB_TOKEN}<<"
43
+ ./gradlew build
44
45
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
46
# the publishing section of your build.gradle
0 commit comments