Skip to content

Commit 04a6f4a

Browse files
authored
[skip ci][SignPath CI] Update action + increase wait time
1 parent 1ce3064 commit 04a6f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-signed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)