Develocity access token for publishing build scans
This commit is contained in:
parent
823770ae14
commit
0307ee7c7a
|
@ -82,6 +82,7 @@ jobs:
|
|||
- name: Run build script
|
||||
env:
|
||||
RDBMS: ${{ matrix.rdbms }}
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_TOKEN }}"
|
||||
run: ./ci/build-github.sh
|
||||
shell: bash
|
||||
- name: Upload test reports (if Gradle failed)
|
||||
|
|
Loading…
Reference in New Issue