Skip to content

Commit b370444

Browse files
committed
Fix develocity access key secret for the release milestone workflow
Close gh-46537
1 parent 1eaeaa1 commit b370444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: build-and-publish
2121
uses: ./.github/actions/build
2222
with:
23-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
23+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2424
gradle-cache-read-only: false
2525
publish: true
2626
- name: Stage Release

0 commit comments

Comments
 (0)