contensis/Contensis Block Push

A GitHub Action for pushing a Block to a Contensis CMS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aliasThe Contensis cloud alias to connect to.yes
project-idThe id of the project to connect to.nowebsite
client-idClient id to connect to the supplied alias.yes
shared-secretShared secret to use with the supplied client id.yes
block-idThe id of the block to push to.yes
image-uriThe repository URI of the container image to build the block fromnoghcr.io/${{ github.repository }}/${{ github.ref_name }}/app:latest
branchThe branch name in Contensis to push the block tono${{ github.ref_name }}
releaseWhether to release the Block upon successful pushnofalse
auto-releaseWhether to release the Block upon successful push (deprecated: see 'release')nofalse
make-liveWhether to make the Block live upon successful pushnofalse
tag-repoWhether to push a tag to the git repo upon successful Block pushnofalse
git-tokenThe git token from secrets to use when tagging the git repo upon successful Block pushno${{ github.token }}
cli-versionOptional: pull cli from specified tag. Default: releaserelease
namedescription
block-versionThe version number of the pushed Block
git-tagThe pushed tag name if tag-repo input is true