File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,15 @@ jobs:
124124 For core maintainers, go to SignPath to sign the build!
125125
126126 - name : Sign Build Artifact with SignPath
127- uses : signpath/github-action-submit-signing-request@v1.1
127+ uses : signpath/github-action-submit-signing-request@v1.3
128128 with :
129129 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
130130 organization-id : ${{ secrets.SIGNPATH_ORG_ID }}
131131 project-slug : ' Collapse'
132132 signing-policy-slug : ${{ env.SIGNING_POLICY_SLUG }}
133133 github-artifact-id : ' ${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
134134 wait-for-completion : true
135+ wait-for-completion-timeout-in-seconds : 1200
135136 output-artifact-directory : ' /SignedArtifact/'
136137 artifact-configuration-slug : ${{ env.SIGNPATH_ARTIFACT_SLUG}}
137138
You can’t perform that action at this time.
0 commit comments