Skip to content

Commit

Permalink
fix(gha): inherit secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 19, 2024
1 parent 2091f0b commit c60393b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
uses: bonitasoft/github-workflows/.github/workflows/_reusable_release_connector.yml@chore/release_connector_workflow
with:
release-version: ${{ github.event.inputs.version }}
build-and-release-command-line: ./mvnw clean verify -DskipTests -Pdeploy
build-and-release-command-line: ./mvnw clean verify -DskipTests -Pdeploy
secrets: inherit

0 comments on commit c60393b

Please sign in to comment.