timely/upload-release-assets-to-s3
Uploads assets from a release to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to fetch release assets | yes | — |
| release-tag | The tag of the release to fetch assets from | yes | — |
| s3-bucket | The S3 bucket to upload assets to | yes | — |
| s3-region | The S3 region to upload assets to | yes | — |
| s3-bucket-public-url | The public URL of the S3 bucket | no | — |
| s3-key-prefix | The prefix to use for the files uploaded to s3 (e.g. 'my-app/releases/foo') | no | releases/{version-parsed-from-tag} |
| aws-access-key-id | The access key id for AWS | yes | — |
| aws-secret-access-key | The secret access key for AWS | yes | — |
| done-when-asset-suffixes-exist | A comma-separated list of suffixes to wait for before uploading done indicator file | no | — |
| done-indicator-file-name | If provided, this file will be added to the github release, containing the urls to all uploaded assets | no | "" |
| debug | Whether to tell the GitHub client to log details of its requests | — | false |
Outputs
no outputs