We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40e77c commit eca1422Copy full SHA for eca1422
.github/workflows/build.yml
@@ -59,6 +59,6 @@ jobs:
59
cache-read-only: ${{ github.event_name == 'pull_request' }}
60
61
- name: Gradle build and test
62
- env:
63
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# env:
+# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
run: ./gradlew build -x test
0 commit comments