mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 04:44:16 +02:00
Return previously renamed secret
This commit is contained in:
parent
7528d63520
commit
de611a6678
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
secrets:
|
secrets:
|
||||||
GRADLE_ENTERPRISE_ACCESS_KEY:
|
DEVELOCITY_ACCESS_KEY:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -23,7 +23,7 @@ env:
|
||||||
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
|
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
|
||||||
DEVELOCITY_PLUGIN_VERSION: 3.16.1
|
DEVELOCITY_PLUGIN_VERSION: 3.16.1
|
||||||
DEVELOCITY_CCUD_PLUGIN_VERSION: 1.12.1
|
DEVELOCITY_CCUD_PLUGIN_VERSION: 1.12.1
|
||||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
inject-develocity:
|
inject-develocity:
|
||||||
|
|
Loading…
Add table
Reference in a new issue