From 5f60dad9fd81648d44dd2e6c6b931baa5f91156b Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Mon, 18 Aug 2025 15:02:16 +0200 Subject: [PATCH] chore: add develocity secret to the new build --- .github/workflows/stdlib.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stdlib.yaml b/.github/workflows/stdlib.yaml index f4d07120b96a..28a6f3d2ead0 100644 --- a/.github/workflows/stdlib.yaml +++ b/.github/workflows/stdlib.yaml @@ -9,6 +9,9 @@ on: permissions: contents: read +env: + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} + jobs: scala-library-nonbootstrapped: runs-on: ubuntu-latest