From 579950abb1f62af40ac3e700d3914f48d378feed Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Mon, 1 Jul 2024 12:15:07 +0200 Subject: [PATCH] docs: this is a secret --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b086a9a..ee410db 100644 --- a/README.md +++ b/README.md @@ -106,5 +106,5 @@ Then, for continuous deployment: ```bash gh variable set API_DOMAIN_NAME --env production --body api.sim-details.nordicsemi.cloud gh variable set API_DOMAIN_ROUTE_53_REGION --env production --body eu-north-1 -gh variable set API_DOMAIN_ROUTE_53_ROLE_ARN --env production --body arn:aws:iam:::role/ +gh secret set API_DOMAIN_ROUTE_53_ROLE_ARN --env production --body `arn:aws:iam:::role/` ```