From 8f4e7e9171239bd9500be38413ddb478745c9a34 Mon Sep 17 00:00:00 2001 From: Scott Buscemi Date: Tue, 25 Jun 2024 12:34:38 -0700 Subject: [PATCH] update readme to remove EA label for web (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8834f9e..102f43f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This is a field on the secret record. It defines the components that have access - `ic`: this secret will be readable by the Integrated Composer runtime. You should use this scope to get access to your private repositories. -- `web`: this secret will be readable by the application runtime. This type is not yet in use in Early Access. +- `web`: this secret will be readable by the application runtime. - `user`: this secret will be readable by the user. This scope should be set if you need to retrieve the secret value at a later stage.