Skip to content

Commit

Permalink
Merge pull request #35 from SignPath/release/1.1
Browse files Browse the repository at this point in the history
updates samples to v1.1
  • Loading branch information
paulsavoie authored Dec 16, 2024
2 parents 05ccf89 + a593361 commit 4506435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/submit-signing-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See also [action.yml](action.yml)
```yaml
steps:
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1
uses: signpath/github-action-submit-signing-request@v1.1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '<SignPath organization id>'
Expand All @@ -51,7 +51,7 @@ steps:
```yaml
steps:
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1
uses: signpath/github-action-submit-signing-request@v1.1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '<SignPath organization id>'
Expand Down

0 comments on commit 4506435

Please sign in to comment.