Skip to content

Creating signed tags in a Github action. #27016

Answered by Yanjingzhu
jmonguilo asked this question in Actions
Discussion options

You must be logged in to vote

@jmonguilo  I got response from engineering team. 

In your action, new tag is created using REST API, there is no method to create a signed tag using REST API.

The action mathieudutour/github-tag-action I provided before , it does the signing of the commit on the command line and then pushes it up. 

We would encourage you to customize github-tag-action instead of using octokit directly.  

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants