From 61f55cfc71939029bf91e2e73154a60c8a1b0985 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 7 Aug 2024 14:04:22 -0400 Subject: [PATCH] Replace Admonition Style (https://github.com/cloudposse/terraform-aws-components/pull/1092) Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- src/README.md | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/src/README.md b/src/README.md index 8cd4fa3..e36a78b 100644 --- a/src/README.md +++ b/src/README.md @@ -2,12 +2,10 @@ This component is responsible for provisioning EC2 instances for GitHub runners. -:::info - -We also have a similar component based on -[actions-runner-controller](https://github.com/actions-runner-controller/actions-runner-controller) for Kubernetes. - -::: +> [!TIP] +> +> We also have a similar component based on +> [actions-runner-controller](https://github.com/actions-runner-controller/actions-runner-controller) for Kubernetes. ## Requirements @@ -179,13 +177,11 @@ permissions “mode” for Self-hosted runners to Read-Only. The instructions fo ### Creating Registration Token -:::info - -We highly recommend using a GitHub Application with the github-action-token-rotator module to generate the Registration -Token. This will ensure that the token is rotated and that the token is stored in SSM Parameter Store encrypted with -KMS. - -::: +> [!TIP] +> +> We highly recommend using a GitHub Application with the github-action-token-rotator module to generate the +> Registration Token. This will ensure that the token is rotated and that the token is stored in SSM Parameter Store +> encrypted with KMS. #### GitHub Application @@ -224,11 +220,9 @@ and skip the rest. Otherwise, complete the private key setup in `core- [!TIP] +> +> If you change the Private Key saved in SSM, redeploy `github-action-token-rotator` #### (ClickOps) Obtain the Runner Registration Token