Skip to content

Commit e0953e3

Browse files
committed
chore: add develocity token to the new nightly artifacts workflow
1 parent d637d61 commit e0953e3

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)