diff --git a/.github/workflows/platform-cd.yaml b/.github/workflows/platform-cd.yaml index a50fa9b..3ed2b9a 100644 --- a/.github/workflows/platform-cd.yaml +++ b/.github/workflows/platform-cd.yaml @@ -1,4 +1,4 @@ -name: Developer Platform CD +name: Core Platform CD on: workflow_call: diff --git a/.github/workflows/platform-ci.yaml b/.github/workflows/platform-ci.yaml index 36c9875..4215b60 100644 --- a/.github/workflows/platform-ci.yaml +++ b/.github/workflows/platform-ci.yaml @@ -1,4 +1,4 @@ -name: Developer Platform CI +name: Core Platform CI on: workflow_call: diff --git a/.github/workflows/platform-execute-command.yaml b/.github/workflows/platform-execute-command.yaml index 6ff3ec2..ca172b0 100644 --- a/.github/workflows/platform-execute-command.yaml +++ b/.github/workflows/platform-execute-command.yaml @@ -1,4 +1,4 @@ -name: Developer Platform +name: Core Platform on: workflow_call: @@ -23,14 +23,14 @@ on: type: string secrets: cecg-registry-username: - description: 'The username for the GHCR registry to pull the developer-platform image from' + description: 'The username for the GHCR registry to pull the Core Platform image from' required: true cecg-registry-secret: - description: 'The secret for the GHCR registry to pull the developer-platform image from' + description: 'The secret for the GHCR registry to pull the Core Platform image from' required: true jobs: - developer-platform: + core-platform: name: ${{ inputs.feature }} runs-on: ubuntu-24.04 concurrency: ${{ inputs.environment }}-${{ github.ref }} diff --git a/README.md b/README.md index 0c2417e..8d80a9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# CECG Developer Platform P2P +# CECG Core Platform P2P -This is a reusable Github Actions P2P for CECG's Developer Platform +This is a reusable Github Actions P2P for CECG's Core Platform ## Version 1 @@ -64,7 +64,7 @@ Usually you need at least two environments e.g. * `gcp-prod` -For an instance of the CECG developer platform on GCP. +For an instance of the CECG Core Platform on GCP. A single dev environment is enough for fastfeedback.