We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edbde03 + 853efb7 commit 33f18f2Copy full SHA for 33f18f2
1 file changed
.github/workflows/build-and-publish.yaml
@@ -32,4 +32,5 @@ jobs:
32
publish_to_maven: ${{ inputs.publish_to_maven }}
33
java_version: ${{ inputs.java_version }}
34
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
35
+ merge_environment: ${{ github.ref_protected && 'ci-auto-merge' || '' }}
36
secrets: inherit
0 commit comments