chillicream/Create Signed Tag

Create an annotated tag via the GitHub Git Data API. When authenticated as a GitHub App installation, GitHub server-signs the tag object so it shows as verified.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub App installation token (e.g. from actions/create-github-app-token). Needs `contents: write`.yes
tagTag name (e.g. v1.2.3).yes
shaCommit SHA the tag should point to.yes
messageAnnotated tag message. Defaults to the tag name.no""
repositoryTarget repository in `owner/repo` form. Defaults to GITHUB_REPOSITORY.no""
forceIf `true`, move an existing tag ref to the new tag object. If `false`, fail when the tag already exists.notrue
namedescription
shaSHA of the created tag object.