We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaeaa1 commit b370444Copy full SHA for b370444
.github/workflows/release-milestone.yml
@@ -20,7 +20,7 @@ jobs:
20
id: build-and-publish
21
uses: ./.github/actions/build
22
with:
23
- develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
+ develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
24
gradle-cache-read-only: false
25
publish: true
26
- name: Stage Release
0 commit comments