Temporarily rollback the secret name

This commit is contained in:
Iurii Ignatko 2024-01-10 16:56:47 +02:00
parent d72bde3124
commit 7528d63520
No known key found for this signature in database
GPG key ID: B7C9804270F3802A

View file

@ -12,7 +12,7 @@ on:
type: boolean
default: false
secrets:
DEVELOCITY_ACCESS_KEY:
GRADLE_ENTERPRISE_ACCESS_KEY:
required: true
env:
@ -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 }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
jobs:
inject-develocity: