diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1234a3c7..05385b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,3 +69,9 @@ jobs: echo "license_changed=YES" >> $GITHUB_OUTPUT fi + pr-integration-testing-approval: + name: Approval for PR integration testing + runs-on: ubuntu-latest + environment: pr-integration-testing-approval + steps: + - run: echo "PR integration testing approved" diff --git a/README.md b/README.md index 94396892..6d9fdee9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Nitro Enclaves Command Line Interface (Nitro CLI) +TODO + + + This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. ### Prerequisites