Skip to content

Commit

Permalink
Update README.md for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsavoie authored Aug 16, 2024
1 parent 270dc14 commit 5ce03f0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions actions/submit-signing-request/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# SignPath `github-action-submit-signing-request`
Github Action `submit-signing-request` to submit a signing request to [SignPath.io](https://about.signpath.io).

This repository contains the Github Action `submit-signing-request` that can be used to submit a signing request to [SignPath.io](https://about.signpath.io).
# Prerequisites

## Prerequisite
The _Github Actions Trusted Build System_ must be enabled in the organization and linked to the respective project. See the [SignPath documentation](https://about.signpath.io/redirects/connectors/trusted-build-system-configuration). Note that the used artifact configuration must have a `zip-file` element at its root, as all artifacts are packaged as ZIP archives on GitHub by default.

The _Github Actions Trusted Build System_ must be enabled in the organization and linked to the respective project. See the respective [SignPath documentation](https://about.signpath.io/redirects/connectors/trusted-build-system-configuration). Note that the used artifact configuration must have a `zip-file` element at its root, as all artifacts are packaged as ZIP archives on GitHub by default.

## Action parameters
# Action parameters

| Parameter | Required | Description |
| ---- | - | ------ |
Expand All @@ -27,7 +25,7 @@ The _Github Actions Trusted Build System_ must be enabled in the organization an

See also [action.yml](action.yml)

## Samples
# Samples

#### Sign published artifact and download the signed artifact back to the build agent file system

Expand Down Expand Up @@ -63,7 +61,7 @@ steps:
wait-for-completion: false
```
### Use output parameters
## Use output parameters
The action supports the following output parameters:
- `signing-request-id`: The id of the newly created signing request
Expand Down

0 comments on commit 5ce03f0

Please sign in to comment.