Skip to content

Commit aaa39c5

Browse files
authored
chore: add develocity token to the new nightly artifacts workflow (#23780)
We add the develocity token to the nightly artifact release workflow to be able to consume the artifacts from caching and have build scans published for nightly releases. /cc @Duhemm
2 parents ee2e365 + e0953e3 commit aaa39c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-maven-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
required: true
88
type: string
99

10+
env:
11+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
12+
1013
jobs:
1114
release-maven-artifacts:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)