Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsavoie authored Mar 19, 2024
1 parent 4e8a1e6 commit fac1f88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Include the `submitSigningRequest` and optionally, the `getSignedArtifact` steps
```
stage('Sign with SignPath') {
steps {
submitSigningRequest(
submitSigningRequest(
apiUrl: "https://app.signpath.io/Api",
apiTokenCredentialId: "${API_TOKEN_CREDENTIAL_ID}",
trustedBuildSystemTokenCredentialId: "${TRUSTED_BUILD_SYSTEM_TOKEN_CREDENTIAL_ID}",
organizationId: "${ORGANIZATION_ID}",
Expand All @@ -72,7 +73,8 @@ stage('Sign with SignPath') {
stage('Sign with SignPath') {
steps {
script {
signingRequestId = submitSigningRequest(
signingRequestId = submitSigningRequest(
apiUrl: "https://app.signpath.io/Api",
apiTokenCredentialId: "${API_TOKEN_CREDENTIAL_ID}",
trustedBuildSystemTokenCredentialId: "${TRUSTED_BUILD_SYSTEM_TOKEN_CREDENTIAL_ID}",
organizationId: "${ORGANIZATION_ID}",
Expand Down

0 comments on commit fac1f88

Please sign in to comment.