typescript-github-action-template
v0.2.61
Published
A template to create custom GitHub Action with TypeScript/JavaScript.
Readme
Typescript GitHub Action Template
A template to create custom GitHub Action with TypeScript/JavaScript.
Secrets
The following secrets need to be set up before you can use workflows already defined in this template:
CHECK_GIT_STATUS_BOT_APP_IDandCHECK_GIT_STATUS_BOT_APP_PRIVATE_KEY: Used by theBuildworkflow. If you don't want to set up a bot you can remove theactions/create-github-app-tokenstep and remove all references tosteps.get-github-app-token.outputs.token.ACCEPT_TO_SHIP_BOT_APP_IDandACCEPT_TO_SHIP_BOT_APP_PRIVATE_KEY: Used by theShipworkflow. If you don't want to set up a bot you can remove the twoactions/create-github-app-tokensteps and remove all references tosteps.get-github-app-token.outputs.token.
