File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ inputs:
2121 description : The SignPath project slug to use for code signing
2222 SIGNPATH_SIGNING_POLICY_SLUG :
2323 description : The SignPath signing policy slug to use for code signing
24+ SIGNPATH_ARTIFACT_CONFIG_SLUG :
25+ description : The SignPath artifact config slug to use for code signing
2426
2527runs :
2628 using : composite
@@ -175,6 +177,7 @@ runs:
175177 organization-id : ' ${{ inputs.SIGNPATH_ORG_ID }}'
176178 project-slug : ' ${{ inputs.SIGNPATH_PROJECT_SLUG }}'
177179 signing-policy-slug : ' ${{ inputs.SIGNPATH_SIGNING_POLICY_SLUG }}'
180+ artifact-configuration-slug : ' ${{ inputs.SIGNPATH_ARTIFACT_CONFIG_SLUG }}'
178181 github-artifact-id : ' ${{ steps.upload-artifact.outputs.artifact-id }}'
179182 wait-for-completion : true
180183 output-artifact-directory : publish
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168168 SIGNPATH_ORG_ID : ${{ vars.SIGNPATH_ORG_ID }}
169169 SIGNPATH_PROJECT_SLUG : ${{ vars.SIGNPATH_PROJECT_SLUG }}
170170 SIGNPATH_SIGNING_POLICY_SLUG : ${{ vars.SIGNPATH_SIGNING_POLICY_SLUG }}
171+ SIGNPATH_ARTIFACT_CONFIG_SLUG : ${{ vars.SIGNPATH_ARTIFACT_CONFIG_SLUG }}
171172
172173 updateRepoFile :
173174 name : Trigger repository file update
You can’t perform that action at this time.
0 commit comments