guardian/guardian/actions-static-site
Deploy a Guardian static site.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- None
Pinned Snippet
uses: guardian/actions-static-site@b447941462432d46d47d4de60215381e7c0a4979 # v3.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app | App name (pattern: [a-zA-Z-]+). | yes | — |
| domain | A Guardian-owned domain. [name].gutools.co.uk is recommended. | yes | — |
| artifact | Name of artifact containing the static site. Should be uploaded in an earlier workflow step. | no | artifact |
| roleArn | Role to use for writing to Riffraff's AWS bucket (typically org secret of same name). | yes | — |
| githubToken | A GitHub token scoped to allow pull request commenting | yes | — |
| dryRun | If set to true, will not upload Riffraff artifact. | — | false |
Outputs
no outputs