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 59dac82 commit 288a3dfCopy full SHA for 288a3df
.github/workflows/gradle-build.yml
@@ -27,4 +27,7 @@ jobs:
27
- name: Grant execute permission for gradlew
28
run: chmod +x gradlew
29
- name: Build with Gradle
30
+ env:
31
+ GHA_USERNAME: ${{ secrets.GHA_USERNAME }}
32
+ GHA_TOKEN: ${{ secrets.GHA_TOKEN }}
33
run: ./gradlew build
0 commit comments