alt-f4-llc/Set up Vorpal
Downloads and sets up the Vorpal binary, and starts the service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of Vorpal to install (e.g., v0.4.0). Defaults to the latest release on GitHub when omitted. | no | — |
| github-token | Token used to authenticate 'gh attestation verify' when installing a downloaded Vorpal release binary. | no | ${{ github.token }} |
| use-local-build | Use a pre-built binary from the workspace. | no | false |
| registry-backend | Registry backend to use (local, s3). | no | local |
| registry-backend-s3-bucket | S3 bucket name for s3 backend. | no | — |
| port | Port for vorpal services. | no | — |
| services | Services to start (comma-separated). | no | agent,registry,worker |
Outputs
| name | description |
|---|---|
| version | The version of Vorpal that was installed (explicit input or resolved latest release). |