Skip to content

Commit

Permalink
Provide correct access key env for current plugin
Browse files Browse the repository at this point in the history
GE plugin 3.16.1 still expects the access key to be provided
via the `GRADLE_ENTERPRISE_ACCESS_KEY` env var.
  • Loading branch information
bigdaz committed Jan 11, 2024
1 parent c8a1bc3 commit 3016a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integ-test-inject-develocity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3016a74

Please sign in to comment.