Fix Develocity access key environment variable name (#1295)

This commit is contained in:
Alexey Venderov 2024-04-25 19:25:22 +02:00 committed by GitHub
parent 763cdb64eb
commit 25fcfc96dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 19 additions and 19 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Create the Pekko site
env:
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
run: |-
cp .jvmopts-ci .jvmopts
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"