mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 04:44:16 +02:00
Provide correct access key env for current plugin
GE plugin 3.16.1 still expects the access key to be provided via the `GRADLE_ENTERPRISE_ACCESS_KEY` env var.
This commit is contained in:
parent
c8a1bc36ae
commit
3016a74504
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ env:
|
|||
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
|
||||
DEVELOCITY_PLUGIN_VERSION: 3.16.1
|
||||
DEVELOCITY_CCUD_PLUGIN_VERSION: 1.12.1
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # This env var has not (yet) been renamed/aliased in GE plugin 3.16.1
|
||||
|
||||
jobs:
|
||||
inject-develocity:
|
||||
|
|
Loading…
Add table
Reference in a new issue