From c205791489225a4f226218bd5ed5c38f2ed2c88d Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Thu, 5 Aug 2021 12:59:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8279d9c..258cf7e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ After it's deployed, you can hit three endpoints (there are better links to copy 1. "/.netlify/functions/secrets" - see all enabled auths + secrets (sanitized so they're not exposed) 1. "/.netlify/functions/conditionalSecrets?skipSecrets=true" - an endpoint that can optionally retrieve secrets, useful to see the overhead of the current implementation -1. "/.netlify/functions/addIssueComment?comment=Hello there!" - an endpoint that requires GitHub to be authenticated with sufficient scopes (default should be fine). Will leave a comment on https://github.com/sgrove/blog/issues/66 +1. "/.netlify/functions/addIssueComment?comment=Hello+there!" - an endpoint that requires GitHub to be authenticated with sufficient scopes (default should be fine). Will leave a comment on https://github.com/sgrove/blog/issues/66 Be sure to destroy the app after you finish testing so there are no leaked secrets.