Skip to content

Commit

Permalink
feat: send JWT to job (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt authored Jan 18, 2025
1 parent d7f9436 commit 7e8b23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/gh-maven-build/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 7e8b23f

Please sign in to comment.