Fix Develocity access key environment variable name (#1295)
This commit is contained in:
parent
763cdb64eb
commit
25fcfc96dd
14 changed files with 19 additions and 19 deletions
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue