We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97251cb + 2286b73 commit cc8c50aCopy full SHA for cc8c50a
1 file changed
.github/workflows/build-and-publish.yaml
@@ -41,4 +41,5 @@ jobs:
41
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
42
vulnerability_failure_severity: ${{ inputs.vulnerability_failure_severity }}
43
skip_tests: true # No tests are present in this repository
44
+ merge_environment: ${{ github.ref_protected && 'ci-auto-merge' || '' }}
45
secrets: inherit
0 commit comments