We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d637d61 commit e0953e3Copy full SHA for e0953e3
.github/workflows/release-maven-artifacts.yml
@@ -7,6 +7,9 @@ on:
7
required: true
8
type: string
9
10
+env:
11
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
12
+
13
jobs:
14
release-maven-artifacts:
15
runs-on: ubuntu-latest
0 commit comments