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