We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c88c5b + 03980fd commit a161df8Copy full SHA for a161df8
1 file changed
.github/workflows/build-and-publish.yaml
@@ -40,4 +40,5 @@ jobs:
40
java_version: ${{ inputs.java_version }}
41
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
42
vulnerability_failure_severity: ${{ inputs.vulnerability_failure_severity }}
43
+ merge_environment: ${{ github.ref_protected && 'ci-auto-merge' || '' }}
44
secrets: inherit
0 commit comments