From e0953e328c1ca16c56056128ab52b466f8fccb62 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Mon, 18 Aug 2025 22:54:48 +0200 Subject: [PATCH] chore: add develocity token to the new nightly artifacts workflow --- .github/workflows/release-maven-artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-maven-artifacts.yml b/.github/workflows/release-maven-artifacts.yml index dd774602d262..f005898a32eb 100644 --- a/.github/workflows/release-maven-artifacts.yml +++ b/.github/workflows/release-maven-artifacts.yml @@ -7,6 +7,9 @@ on: required: true type: string +env: + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} + jobs: release-maven-artifacts: runs-on: ubuntu-latest