1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Replace GRADLE_ENTERPRISE_SECRET_ACCESS_KEY with DEVELOCITY_ACCESS_KEY

Closes gh-16262
This commit is contained in:
Steve Riesenberg
2024-12-11 17:55:00 -06:00
parent 6a0b683e60
commit da06f6a9e6
2 changed files with 1 additions and 4 deletions
@@ -9,7 +9,7 @@ on:
workflow_dispatch: # Manual trigger
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
permissions:
contents: read