From 9347e73fed98ecd05f4bfc1d5fc968c3e33fc21a Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Fri, 25 Oct 2024 13:11:59 -0700 Subject: [PATCH] Fix capitalization. --- docs/admins/cicd-github-actions.qmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/admins/cicd-github-actions.qmd b/docs/admins/cicd-github-actions.qmd index dfced3c0c..3ff3ebece 100644 --- a/docs/admins/cicd-github-actions.qmd +++ b/docs/admins/cicd-github-actions.qmd @@ -1,14 +1,14 @@ --- -title: Datahub CI/CD +title: DataHub CI/CD --- -## Datahub CI/CD overview +## Overview -Datahub's continuous integration and deployment system uses both +DataHub's continuous integration and deployment system uses both [Github Actions](https://github.com/features/actions) and [workflows](https://docs.github.com/en/actions/writing-workflows). -These workflows are stored in the Datahub repo in the +These workflows are stored in the DataHub repo in the [.github/workflows/](https://github.com/berkeley-dsep-infra/datahub/tree/staging/.github/workflows) directory. The basic order of operations is as follows: @@ -59,7 +59,7 @@ edit this secret and manually add this repository to the access list. IMAGE_BUILDER_BOT_EMAIL and IMAGE_BUILDER_BOT_NAME : These are used to set the git identity in the image build workflow step that pushes a commit and creates a PR in the datahub repo. -###### Datahub repository secrets +###### DataHub repository secrets GCP_PROJECT_ID : This is the name of our GCP project.