Skip to content

Commit 53e680b

Browse files
refactor: add GRADLE_ENTERPRISE_ACCESS_KEY
Co-authored-by: Moderne <[email protected]>
1 parent 3397a95 commit 53e680b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
cache: 'gradle'
4343
- name: build
4444
run: ./gradlew ${GRADLE_SWITCHES} build test
45+
env:
46+
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
4547
- name: publish-tests
4648
uses: EnricoMi/publish-unit-test-result-action@v1
4749
if: always()

0 commit comments

Comments
 (0)