Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 09e82be

Browse files
committed
Since we could end up publishing, we need username and password for GH
1 parent 034cf15 commit 09e82be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
java-version: '12.x'
3737
- name: Run Gradle build
3838
run: ./gradlew -Pversion="${VERSION}" --no-daemon "${TASK_NAME}"
39+
env:
40+
ORG_GRADLE_PROJECT_githubUser: x-access-token
41+
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
3942
- name: Save build artifacts
4043
uses: actions/upload-artifact@v2
4144
with:

0 commit comments

Comments
 (0)