Develocity access token for publishing build scans

This commit is contained in:
Steve Ebersole 2023-12-21 09:40:05 -06:00
parent 823770ae14
commit 0307ee7c7a
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ jobs:
- name: Run build script - name: Run build script
env: env:
RDBMS: ${{ matrix.rdbms }} RDBMS: ${{ matrix.rdbms }}
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_TOKEN }}"
run: ./ci/build-github.sh run: ./ci/build-github.sh
shell: bash shell: bash
- name: Upload test reports (if Gradle failed) - name: Upload test reports (if Gradle failed)