Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

github-actions

The purpose of this repo is to host a collection of re-usable actions for usage across CZI. See the official docs for more information.

Each workflow will be released with a distinct tag following semver and conventional commits.

NOTE:

GitHub has an undocumented limitation with reusable Actions -- they must all live under .github/workflows/

Installation

For some actions you will need to have a helper Github Application configured to act on behalf of Actions. Please register an app and set these organization level Github action secrets.

  • GH_ACTIONS_HELPER_APP_ID - app id of the github app you created
  • GH_ACTIONS_HELPER_PK - you need to generate a private key in the app settings and set the value of this secret to the private key