diff --git a/generators/gh-maven-build/templates/deploy.yaml b/generators/gh-maven-build/templates/deploy.yaml index 49abdfc..84238e0 100644 --- a/generators/gh-maven-build/templates/deploy.yaml +++ b/generators/gh-maven-build/templates/deploy.yaml @@ -210,6 +210,7 @@ jobs: curl \ --data-urlencode "token=${{ secrets.JENKINS_TOKEN }}" \ --data-urlencode "githubToken=${{ secrets.GITHUB_TOKEN }}" \ + --data-urlencode "brokerJwt=${{ secrets.<%= brokerJwt %> }}" \ --data-urlencode "artifactSha256=${ARTIFACT_SHA256}" \ --data-urlencode "projectVersion=${PROJECT_VERSION}" \ --data-urlencode "gitBranch=${{ github.ref_name }}" \