Skip to content

Commit 288a3df

Browse files
Update to point GitHub Actions build task to environment secrets.
1 parent 59dac82 commit 288a3df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
- name: Grant execute permission for gradlew
2828
run: chmod +x gradlew
2929
- name: Build with Gradle
30+
env:
31+
GHA_USERNAME: ${{ secrets.GHA_USERNAME }}
32+
GHA_TOKEN: ${{ secrets.GHA_TOKEN }}
3033
run: ./gradlew build

0 commit comments

Comments
 (0)