hashicorp/setup-copywrite
setup-copywrite downloads, installs, and configures the copywrite CLI tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 3, 2026
- License
- MPL 2.0
Pinned Snippet
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used to download copywrite releases | no | ${{ github.token }} |
| version | The version of the copywrite CLI to install. Defaults to the most recent version. | no | latest |
| archive-checksum | The expected SHA256 checksum to verify the copywrite CLI archive against. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version of the copywrite CLI that was installed. |