speedchain/Push Release to AWS CC
Push a tagged release to AWS CC repo as a single commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_name | Github repository name | — | ${{ github.event.repository.name }} |
| tag_name | Github tag name | — | ${{ github.event.release.tag_name }} |
| prerelease | Github prerelease flag | — | ${{ github.event.release.prerelease }} |
| author | Github login of release author | — | ${{ github.event.release.author.login }} |
| message | Github release description | — | ${{ github.event.release.body }} |
| tarball_url | Release tarball URL | — | ${{ github.event.release.tarball_url }} |
| aws_repo_url | AWS CC repo URL (HTTPS) | yes | — |
| aws_cc_username | AWS CC HTTPS username | yes | — |
| aws_cc_password | AWS CC HTTPS password | yes | — |
| github_token | Github access token | yes | — |
| main_branch_name | AWS CC main branch name | — | main |
| staging_branch_name | AWS CC staging branch name | — | staging |
Outputs
no outputs