Skip to content

Github Actions

Yoom Lam edited this page Jun 7, 2022 · 18 revisions

The Github Action that runs when a PR is merged into the main branch is configured in main.yml.

main.yml Github Action does the following:

  • @yoomlam added his USERNAME and ACCESS_TOKEN secrets to the repo's Secrets settings
  • Resulting packages are tagged using the first 7 characters of the PR's commit hash, which are needed for deployment to LHDI's Kubernetes clusters
Clone this wiki locally